#CAAC64

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

Shades of Laser #CAAC64

Tints of Laser #CAAC64

Color information

#CAAC64 (or 0xCAAC64) is unknown color: approx Laser. HEX triplet: CA, AC and 64. RGB value is (202,172,100). Sum of RGB (Red+Green+Blue) = 202+172+100=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC64 is #35539B. Grayscale: #ADADAD. Windows color (decimal): -3494812 or 6597834. OLE color: 6597834.

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

Color convert

RGB202172100-
CMYK00.150.500.21
HSL42.35º49.04%59.22%-
HSV(B)42.35º50.5%79.22%-
XYZ41.4142.9818.17-
YUV172.7686.94148.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=42.62%
G=36.29%
B=21.10%

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
Decimal20217210000.150.500.2142.3549.0459.22
HexCAAC640F32152a313b
Octal3122541440176225526173
Binary110010101010110011001000111111001010101101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC64; }

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

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

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

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

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

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

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

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