#C3A961

Color #C3A961 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C3A961

Tints of Laser #C3A961

Color information

#C3A961 (or 0xC3A961) is unknown color: approx Laser. HEX triplet: C3, A9 and 61. RGB value is (195,169,97). Sum of RGB (Red+Green+Blue) = 195+169+97=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A961 is #3C569E. Grayscale: #A8A8A8. Windows color (decimal): -3954335 or 6400451. OLE color: 6400451.

HSL color Cylindrical-coordinate representation of color #C3A961: hue angle of 44.08º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3A961 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19516997-
CMYK00.130.500.24
HSL44.08º44.95%57.25%-
HSV(B)44.08º50.26%76.47%-
XYZ38.8540.8417.14-
YUV168.5787.61146.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=42.30%
G=36.66%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951699700.130.500.2444.0844.9557.25
HexC3A9610D32182c2d39
Octal3032511410156230545571
Binary110000111010100111000010110111001011000101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A961; }

 p { color: rgb(195,169,97); }

 H1.HeaderClassName
 {
   color: #C3A961;
 }
 .AnyTagClassName
 {
   color: #C3A961;
 }
</style>
background-color css

<style>
 a { background-color: #C3A961; }

 a { background-color: rgb(195,169,97); }

 div.DivClassName
 {
   background-color: #C3A961;
 }
 .BgClassName
 {
   background-color: #C3A961;
 }
</style>
border-color css

<style>
 span { border-color: #C3A961; }

 span { border-color: rgb(195,169,97); }

 td.TdClassName
 {
   border-color: #C3A961;
 }
 .TagClassName
 {
   border-color: #C3A961;
 }
</style>