#C5AA66

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

Shades of Laser #C5AA66

Tints of Laser #C5AA66

Color information

#C5AA66 (or 0xC5AA66) is unknown color: approx Laser. HEX triplet: C5, AA and 66. RGB value is (197,170,102). Sum of RGB (Red+Green+Blue) = 197+170+102=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA66 is #3A5599. Grayscale: #AAAAAA. Windows color (decimal): -3823002 or 6728389. OLE color: 6728389.

HSL color Cylindrical-coordinate representation of color #C5AA66: hue angle of 42.95º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5AA66 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB197170102-
CMYK00.140.480.23
HSL42.95º45.02%58.63%-
HSV(B)42.95º48.22%77.25%-
XYZ39.841.5818.5-
YUV170.3289.45147.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=42.00%
G=36.25%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717010200.140.480.2342.9545.0258.63
HexC5AA660E30172b2d3b
Octal3052521460166027535573
Binary110001011010101011001100111011000010111101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA66; }

 p { color: rgb(197,170,102); }

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

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

 a { background-color: rgb(197,170,102); }

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

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

 span { border-color: rgb(197,170,102); }

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