Shades of Putty #CAA874
Tints of Putty #CAA874
RGB
CMYK
RGB Variations
Color information
#CAA874 (or 0xCAA874) is known color: Putty. HEX triplet: CA, A8 and 74. RGB value is (202,168,116). Sum of RGB (Red+Green+Blue) = 202+168+116=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA874 is #35578B. Grayscale: #ACACAC. Windows color (decimal): -3495820 or 7645386. OLE color: 7645386.
HSL color Cylindrical-coordinate representation of color #CAA874: hue angle of 36.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAA874 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 116 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.21 |
| HSL | 36.28º | 0.45% | 0.62% | - |
| HSV(B) | 36.28º | 0.43% | 0.79% | - |
| XYZ | 41.51 | 41.82 | 22.41 | - |
| YUV | 172.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 116 | 0 | 0.17 | 0.43 | 0.21 | 36.28 | 0.45 | 0.62 |
| Hex | CA | A8 | 74 | 0 | 11 | 2B | 15 | 24 | 2D | 3E |
| Octal | 312 | 250 | 164 | 0 | 21 | 53 | 25 | 44 | 55 | 76 |
| Binary | 11001010 | 10101000 | 1110100 | 0 | 10001 | 101011 | 10101 | 100100 | 101101 | 111110 |
Color Harmonies of #CAA874
Complementary color
Monochromatic Colors of #CAA874
Black with #CAA874
Text Example
Text Example
White with #CAA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA874; }
p { color: rgb(202,168,116); }
H1.HeaderClassName
{
color: #CAA874;
}
.AnyTagClassName
{
color: #CAA874;
}
</style>
background-color css
<style>
a { background-color: #CAA874; }
a { background-color: rgb(202,168,116); }
div.DivClassName
{
background-color: #CAA874;
}
.BgClassName
{
background-color: #CAA874;
}
</style>
border-color css
<style>
span { border-color: #CAA874; }
span { border-color: rgb(202,168,116); }
td.TdClassName
{
border-color: #CAA874;
}
.TagClassName
{
border-color: #CAA874;
}
</style>