Shades of Putty #CFAC71
Tints of Putty #CFAC71
RGB
CMYK
RGB Variations
Color information
#CFAC71 (or 0xCFAC71) is known color: Putty. HEX triplet: CF, AC and 71. RGB value is (207,172,113). Sum of RGB (Red+Green+Blue) = 207+172+113=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC71 is #30538E. Grayscale: #B0B0B0. Windows color (decimal): -3167119 or 7449807. OLE color: 7449807.
HSL color Cylindrical-coordinate representation of color #CFAC71: hue angle of 37.66º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFAC71 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 113 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.19 |
| HSL | 37.66º | 0.49% | 0.63% | - |
| HSV(B) | 37.66º | 0.45% | 0.81% | - |
| XYZ | 43.47 | 43.96 | 21.82 | - |
| YUV | 175.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 113 | 0 | 0.17 | 0.45 | 0.19 | 37.66 | 0.49 | 0.63 |
| Hex | CF | AC | 71 | 0 | 11 | 2D | 13 | 26 | 31 | 3F |
| Octal | 317 | 254 | 161 | 0 | 21 | 55 | 23 | 46 | 61 | 77 |
| Binary | 11001111 | 10101100 | 1110001 | 0 | 10001 | 101101 | 10011 | 100110 | 110001 | 111111 |
Color Harmonies of #CFAC71
Complementary color
Monochromatic Colors of #CFAC71
Black with #CFAC71
Text Example
Text Example
White with #CFAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC71; }
p { color: rgb(207,172,113); }
H1.HeaderClassName
{
color: #CFAC71;
}
.AnyTagClassName
{
color: #CFAC71;
}
</style>
background-color css
<style>
a { background-color: #CFAC71; }
a { background-color: rgb(207,172,113); }
div.DivClassName
{
background-color: #CFAC71;
}
.BgClassName
{
background-color: #CFAC71;
}
</style>
border-color css
<style>
span { border-color: #CFAC71; }
span { border-color: rgb(207,172,113); }
td.TdClassName
{
border-color: #CFAC71;
}
.TagClassName
{
border-color: #CFAC71;
}
</style>