#CAA566

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

Shades of Laser #CAA566

Tints of Laser #CAA566

Color information

#CAA566 (or 0xCAA566) is unknown color: approx Laser. HEX triplet: CA, A5 and 66. RGB value is (202,165,102). Sum of RGB (Red+Green+Blue) = 202+165+102=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA566 is #355A99. Grayscale: #A9A9A9. Windows color (decimal): -3496602 or 6727114. OLE color: 6727114.

HSL color Cylindrical-coordinate representation of color #CAA566: hue angle of 37.8º 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 #CAA566 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202165102-
CMYK00.180.500.21
HSL37.8º48.54%59.61%-
HSV(B)37.8º49.5%79.22%-
XYZ40.2140.4318.25-
YUV168.8890.26151.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=43.07%
G=35.18%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216510200.180.500.2137.848.5459.61
HexCAA566012321526313c
Octal3122451460226225466174
Binary1100101010100101110011001001011001010101100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA566; }

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

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

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

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

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

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

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

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