#C3AF60

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

Shades of Laser #C3AF60

Tints of Laser #C3AF60

Color information

#C3AF60 (or 0xC3AF60) is unknown color: approx Laser. HEX triplet: C3, AF and 60. RGB value is (195,175,96). Sum of RGB (Red+Green+Blue) = 195+175+96=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF60 is #3C509F. Grayscale: #ACACAC. Windows color (decimal): -3952800 or 6336451. OLE color: 6336451.

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

Color convert

RGB19517596-
CMYK00.100.510.24
HSL47.88º45.21%57.06%-
HSV(B)47.88º50.77%76.47%-
XYZ39.9543.1117.28-
YUV171.9785.13144.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=41.85%
G=37.55%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951759600.100.510.2447.8845.2157.06
HexC3AF600A3318302d39
Octal3032571400126330605571
Binary110000111010111111000000101011001111000110000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF60; }

 p { color: rgb(195,175,96); }

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

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

 a { background-color: rgb(195,175,96); }

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

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

 span { border-color: rgb(195,175,96); }

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