Shades of Putty #CFAB72
Tints of Putty #CFAB72
RGB
CMYK
RGB Variations
Color information
#CFAB72 (or 0xCFAB72) is known color: Putty. HEX triplet: CF, AB and 72. RGB value is (207,171,114). Sum of RGB (Red+Green+Blue) = 207+171+114=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB72 is #30548D. Grayscale: #AFAFAF. Windows color (decimal): -3167374 or 7515087. OLE color: 7515087.
HSL color Cylindrical-coordinate representation of color #CFAB72: hue angle of 36.77º 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 #CFAB72 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 114 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.19 |
| HSL | 36.77º | 0.49% | 0.63% | - |
| HSV(B) | 36.77º | 0.45% | 0.81% | - |
| XYZ | 43.33 | 43.61 | 22.05 | - |
| YUV | 175.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 114 | 0 | 0.17 | 0.45 | 0.19 | 36.77 | 0.49 | 0.63 |
| Hex | CF | AB | 72 | 0 | 11 | 2D | 13 | 25 | 31 | 3F |
| Octal | 317 | 253 | 162 | 0 | 21 | 55 | 23 | 45 | 61 | 77 |
| Binary | 11001111 | 10101011 | 1110010 | 0 | 10001 | 101101 | 10011 | 100101 | 110001 | 111111 |
Color Harmonies of #CFAB72
Complementary color
Monochromatic Colors of #CFAB72
Black with #CFAB72
Text Example
Text Example
White with #CFAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB72; }
p { color: rgb(207,171,114); }
H1.HeaderClassName
{
color: #CFAB72;
}
.AnyTagClassName
{
color: #CFAB72;
}
</style>
background-color css
<style>
a { background-color: #CFAB72; }
a { background-color: rgb(207,171,114); }
div.DivClassName
{
background-color: #CFAB72;
}
.BgClassName
{
background-color: #CFAB72;
}
</style>
border-color css
<style>
span { border-color: #CFAB72; }
span { border-color: rgb(207,171,114); }
td.TdClassName
{
border-color: #CFAB72;
}
.TagClassName
{
border-color: #CFAB72;
}
</style>