Shades of Putty #CAA576
Tints of Putty #CAA576
RGB
CMYK
RGB Variations
Color information
#CAA576 (or 0xCAA576) is known color: Putty. HEX triplet: CA, A5 and 76. RGB value is (202,165,118). Sum of RGB (Red+Green+Blue) = 202+165+118=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA576 is #355A89. Grayscale: #AAAAAA. Windows color (decimal): -3496586 or 7775690. OLE color: 7775690.
HSL color Cylindrical-coordinate representation of color #CAA576: hue angle of 33.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 #CAA576 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 118 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.21 |
| HSL | 33.57º | 0.44% | 0.63% | - |
| HSV(B) | 33.57º | 0.42% | 0.79% | - |
| XYZ | 41.08 | 40.77 | 22.84 | - |
| YUV | 170.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 118 | 0 | 0.18 | 0.42 | 0.21 | 33.57 | 0.44 | 0.63 |
| Hex | CA | A5 | 76 | 0 | 12 | 2A | 15 | 22 | 2C | 3F |
| Octal | 312 | 245 | 166 | 0 | 22 | 52 | 25 | 42 | 54 | 77 |
| Binary | 11001010 | 10100101 | 1110110 | 0 | 10010 | 101010 | 10101 | 100010 | 101100 | 111111 |
Color Harmonies of #CAA576
Complementary color
Monochromatic Colors of #CAA576
Black with #CAA576
Text Example
Text Example
White with #CAA576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA576; }
p { color: rgb(202,165,118); }
H1.HeaderClassName
{
color: #CAA576;
}
.AnyTagClassName
{
color: #CAA576;
}
</style>
background-color css
<style>
a { background-color: #CAA576; }
a { background-color: rgb(202,165,118); }
div.DivClassName
{
background-color: #CAA576;
}
.BgClassName
{
background-color: #CAA576;
}
</style>
border-color css
<style>
span { border-color: #CAA576; }
span { border-color: rgb(202,165,118); }
td.TdClassName
{
border-color: #CAA576;
}
.TagClassName
{
border-color: #CAA576;
}
</style>