Shades of Putty #CAA875
Tints of Putty #CAA875
RGB
CMYK
RGB Variations
Color information
#CAA875 (or 0xCAA875) is known color: Putty. HEX triplet: CA, A8 and 75. RGB value is (202,168,117). Sum of RGB (Red+Green+Blue) = 202+168+117=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA875 is #35578A. Grayscale: #ACACAC. Windows color (decimal): -3495819 or 7710922. OLE color: 7710922.
HSL color Cylindrical-coordinate representation of color #CAA875: hue angle of 36º degrees, saturation: 0.45, 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 #CAA875 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 117 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.21 |
| HSL | 36º | 0.45% | 0.63% | - |
| HSV(B) | 36º | 0.42% | 0.79% | - |
| XYZ | 41.57 | 41.85 | 22.72 | - |
| YUV | 172.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 117 | 0 | 0.17 | 0.42 | 0.21 | 36 | 0.45 | 0.63 |
| Hex | CA | A8 | 75 | 0 | 11 | 2A | 15 | 24 | 2D | 3F |
| Octal | 312 | 250 | 165 | 0 | 21 | 52 | 25 | 44 | 55 | 77 |
| Binary | 11001010 | 10101000 | 1110101 | 0 | 10001 | 101010 | 10101 | 100100 | 101101 | 111111 |
Color Harmonies of #CAA875
Complementary color
Monochromatic Colors of #CAA875
Black with #CAA875
Text Example
Text Example
White with #CAA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA875; }
p { color: rgb(202,168,117); }
H1.HeaderClassName
{
color: #CAA875;
}
.AnyTagClassName
{
color: #CAA875;
}
</style>
background-color css
<style>
a { background-color: #CAA875; }
a { background-color: rgb(202,168,117); }
div.DivClassName
{
background-color: #CAA875;
}
.BgClassName
{
background-color: #CAA875;
}
</style>
border-color css
<style>
span { border-color: #CAA875; }
span { border-color: rgb(202,168,117); }
td.TdClassName
{
border-color: #CAA875;
}
.TagClassName
{
border-color: #CAA875;
}
</style>