#CAA664

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

Shades of Laser #CAA664

Tints of Laser #CAA664

Color information

#CAA664 (or 0xCAA664) is unknown color: approx Laser. HEX triplet: CA, A6 and 64. RGB value is (202,166,100). Sum of RGB (Red+Green+Blue) = 202+166+100=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA664 is #35599B. Grayscale: #A9A9A9. Windows color (decimal): -3496348 or 6596298. OLE color: 6596298.

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

Color convert

RGB202166100-
CMYK00.180.500.21
HSL38.82º49.04%59.22%-
HSV(B)38.82º50.5%79.22%-
XYZ40.2940.7517.8-
YUV169.2488.93151.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=43.16%
G=35.47%
B=21.37%

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
Decimal20216610000.180.500.2138.8249.0459.22
HexCAA664012321527313b
Octal3122461440226225476173
Binary1100101010100110110010001001011001010101100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA664; }

 p { color: rgb(202,166,100); }

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

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

 a { background-color: rgb(202,166,100); }

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

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

 span { border-color: rgb(202,166,100); }

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