#CAA96C

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

Shades of Putty #CAA96C

Tints of Putty #CAA96C

Color information

#CAA96C (or 0xCAA96C) is unknown color: approx Putty. HEX triplet: CA, A9 and 6C. RGB value is (202,169,108). Sum of RGB (Red+Green+Blue) = 202+169+108=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA96C is #355693. Grayscale: #ACACAC. Windows color (decimal): -3495572 or 7121354. OLE color: 7121354.

HSL color Cylindrical-coordinate representation of color #CAA96C: hue angle of 38.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAA96C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202169108-
CMYK00.160.470.21
HSL38.94º47%60.78%-
HSV(B)38.94º46.53%79.22%-
XYZ41.2542.0220.12-
YUV171.9191.93149.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=42.17%
G=35.28%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216910800.160.470.2138.944760.78
HexCAA96C0102F15272f3d
Octal3122511540205725475775
Binary1100101010101001110110001000010111110101100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA96C; }

 p { color: rgb(202,169,108); }

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

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

 a { background-color: rgb(202,169,108); }

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

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

 span { border-color: rgb(202,169,108); }

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