#CAAB76

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

Shades of Putty #CAAB76

Tints of Putty #CAAB76

Color information

#CAAB76 (or 0xCAAB76) is unknown color: approx Putty. HEX triplet: CA, AB and 76. RGB value is (202,171,118). Sum of RGB (Red+Green+Blue) = 202+171+118=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB76 is #355489. Grayscale: #AEAEAE. Windows color (decimal): -3495050 or 7777226. OLE color: 7777226.

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

Color convert

RGB202171118-
CMYK00.150.420.21
HSL37.86º44.21%62.75%-
HSV(B)37.86º41.58%79.22%-
XYZ42.1942.9923.21-
YUV174.2396.27147.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=41.14%
G=34.83%
B=24.03%

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
Decimal20217111800.150.420.2137.8644.2162.75
HexCAAB760F2A15262c3f
Octal3122531660175225465477
Binary110010101010101111101100111110101010101100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB76; }

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

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

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

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

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

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

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

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