#CAAC65

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

Shades of Laser #CAAC65

Tints of Laser #CAAC65

Color information

#CAAC65 (or 0xCAAC65) is unknown color: approx Laser. HEX triplet: CA, AC and 65. RGB value is (202,172,101). Sum of RGB (Red+Green+Blue) = 202+172+101=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC65 is #35539A. Grayscale: #ADADAD. Windows color (decimal): -3494811 or 6663370. OLE color: 6663370.

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

Color convert

RGB202172101-
CMYK00.150.500.21
HSL42.18º48.79%59.41%-
HSV(B)42.18º50%79.22%-
XYZ41.464318.43-
YUV172.8887.44148.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=42.53%
G=36.21%
B=21.26%

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
Decimal20217210100.150.500.2142.1848.7959.41
HexCAAC650F32152a313b
Octal3122541450176225526173
Binary110010101010110011001010111111001010101101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC65; }

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

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

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

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

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

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

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

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