Shades of Putty #CFAC70
Tints of Putty #CFAC70
RGB
CMYK
RGB Variations
Color information
#CFAC70 (or 0xCFAC70) is known color: Putty. HEX triplet: CF, AC and 70. RGB value is (207,172,112). Sum of RGB (Red+Green+Blue) = 207+172+112=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC70 is #30538F. Grayscale: #AFAFAF. Windows color (decimal): -3167120 or 7384271. OLE color: 7384271.
HSL color Cylindrical-coordinate representation of color #CFAC70: hue angle of 37.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFAC70 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 112 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.19 |
| HSL | 37.89º | 0.5% | 0.63% | - |
| HSV(B) | 37.89º | 0.46% | 0.81% | - |
| XYZ | 43.41 | 43.94 | 21.52 | - |
| YUV | 175.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 112 | 0 | 0.17 | 0.46 | 0.19 | 37.89 | 0.5 | 0.63 |
| Hex | CF | AC | 70 | 0 | 11 | 2E | 13 | 26 | 32 | 3F |
| Octal | 317 | 254 | 160 | 0 | 21 | 56 | 23 | 46 | 62 | 77 |
| Binary | 11001111 | 10101100 | 1110000 | 0 | 10001 | 101110 | 10011 | 100110 | 110010 | 111111 |
Color Harmonies of #CFAC70
Complementary color
Monochromatic Colors of #CFAC70
Black with #CFAC70
Text Example
Text Example
White with #CFAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC70; }
p { color: rgb(207,172,112); }
H1.HeaderClassName
{
color: #CFAC70;
}
.AnyTagClassName
{
color: #CFAC70;
}
</style>
background-color css
<style>
a { background-color: #CFAC70; }
a { background-color: rgb(207,172,112); }
div.DivClassName
{
background-color: #CFAC70;
}
.BgClassName
{
background-color: #CFAC70;
}
</style>
border-color css
<style>
span { border-color: #CFAC70; }
span { border-color: rgb(207,172,112); }
td.TdClassName
{
border-color: #CFAC70;
}
.TagClassName
{
border-color: #CFAC70;
}
</style>