#CAAB64

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

Shades of Laser #CAAB64

Tints of Laser #CAAB64

Color information

#CAAB64 (or 0xCAAB64) is unknown color: approx Laser. HEX triplet: CA, AB and 64. RGB value is (202,171,100). Sum of RGB (Red+Green+Blue) = 202+171+100=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB64 is #35549B. Grayscale: #ACACAC. Windows color (decimal): -3495068 or 6597578. OLE color: 6597578.

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

Color convert

RGB202171100-
CMYK00.150.500.21
HSL41.76º49.04%59.22%-
HSV(B)41.76º50.5%79.22%-
XYZ41.2242.618.11-
YUV172.1887.27149.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=42.71%
G=36.15%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217110000.150.500.2141.7649.0459.22
HexCAAB640F32152a313b
Octal3122531440176225526173
Binary110010101010101111001000111111001010101101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB64; }

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

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

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

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

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

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

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

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