Shades of Putty #CAA86E
Tints of Putty #CAA86E
RGB
CMYK
RGB Variations
Color information
#CAA86E (or 0xCAA86E) is known color: Putty. HEX triplet: CA, A8 and 6E. RGB value is (202,168,110). Sum of RGB (Red+Green+Blue) = 202+168+110=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA86E is #355791. Grayscale: #ABABAB. Windows color (decimal): -3495826 or 7252170. OLE color: 7252170.
HSL color Cylindrical-coordinate representation of color #CAA86E: hue angle of 37.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAA86E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 110 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.21 |
| HSL | 37.83º | 0.46% | 0.61% | - |
| HSV(B) | 37.83º | 0.46% | 0.79% | - |
| XYZ | 41.17 | 41.69 | 20.63 | - |
| YUV | 171.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 110 | 0 | 0.17 | 0.46 | 0.21 | 37.83 | 0.46 | 0.61 |
| Hex | CA | A8 | 6E | 0 | 11 | 2E | 15 | 26 | 2E | 3D |
| Octal | 312 | 250 | 156 | 0 | 21 | 56 | 25 | 46 | 56 | 75 |
| Binary | 11001010 | 10101000 | 1101110 | 0 | 10001 | 101110 | 10101 | 100110 | 101110 | 111101 |
Color Harmonies of #CAA86E
Complementary color
Monochromatic Colors of #CAA86E
Black with #CAA86E
Text Example
Text Example
White with #CAA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA86E; }
p { color: rgb(202,168,110); }
H1.HeaderClassName
{
color: #CAA86E;
}
.AnyTagClassName
{
color: #CAA86E;
}
</style>
background-color css
<style>
a { background-color: #CAA86E; }
a { background-color: rgb(202,168,110); }
div.DivClassName
{
background-color: #CAA86E;
}
.BgClassName
{
background-color: #CAA86E;
}
</style>
border-color css
<style>
span { border-color: #CAA86E; }
span { border-color: rgb(202,168,110); }
td.TdClassName
{
border-color: #CAA86E;
}
.TagClassName
{
border-color: #CAA86E;
}
</style>