#CAAD66

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

Shades of Laser #CAAD66

Tints of Laser #CAAD66

Color information

#CAAD66 (or 0xCAAD66) is unknown color: approx Laser. HEX triplet: CA, AD and 66. RGB value is (202,173,102). Sum of RGB (Red+Green+Blue) = 202+173+102=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD66 is #355299. Grayscale: #ADADAD. Windows color (decimal): -3494554 or 6729162. OLE color: 6729162.

HSL color Cylindrical-coordinate representation of color #CAAD66: hue angle of 42.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAAD66 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202173102-
CMYK00.140.500.21
HSL42.6º48.54%59.61%-
HSV(B)42.6º49.5%79.22%-
XYZ41.743.418.75-
YUV173.5887.61148.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=42.35%
G=36.27%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217310200.140.500.2142.648.5459.61
HexCAAD660E32152b313c
Octal3122551460166225536174
Binary110010101010110111001100111011001010101101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD66; }

 p { color: rgb(202,173,102); }

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

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

 a { background-color: rgb(202,173,102); }

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

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

 span { border-color: rgb(202,173,102); }

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