#CAAC76

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

Shades of Putty #CAAC76

Tints of Putty #CAAC76

Color information

#CAAC76 (or 0xCAAC76) is unknown color: approx Putty. HEX triplet: CA, AC and 76. RGB value is (202,172,118). Sum of RGB (Red+Green+Blue) = 202+172+118=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC76 is #355389. Grayscale: #AFAFAF. Windows color (decimal): -3494794 or 7777482. OLE color: 7777482.

HSL color Cylindrical-coordinate representation of color #CAAC76: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAAC76 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202172118-
CMYK00.150.420.21
HSL38.57º44.21%62.75%-
HSV(B)38.57º41.58%79.22%-
XYZ42.3843.3723.28-
YUV174.8195.94147.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=41.06%
G=34.96%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217211800.150.420.2138.5744.2162.75
HexCAAC760F2A15272c3f
Octal3122541660175225475477
Binary110010101010110011101100111110101010101100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC76; }

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

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

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

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

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

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

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

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