#CAAC79

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

Shades of Putty #CAAC79

Tints of Putty #CAAC79

Color information

#CAAC79 (or 0xCAAC79) is unknown color: approx Putty. HEX triplet: CA, AC and 79. RGB value is (202,172,121). Sum of RGB (Red+Green+Blue) = 202+172+121=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC79 is #355386. Grayscale: #AFAFAF. Windows color (decimal): -3494791 or 7974090. OLE color: 7974090.

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

Color convert

RGB202172121-
CMYK00.150.400.21
HSL37.78º43.32%63.33%-
HSV(B)37.78º40.1%79.22%-
XYZ42.5643.4424.23-
YUV175.1697.44147.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 121 (47.66% from 255) = 24.44%
R=40.81%
G=34.75%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217212100.150.400.2137.7843.3263.33
HexCAAC790F2815262b3f
Octal3122541710175025465377
Binary110010101010110011110010111110100010101100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC79; }

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

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

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

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

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

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

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

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