Shades of Putty #CFAB73
Tints of Putty #CFAB73
RGB
CMYK
RGB Variations
Color information
#CFAB73 (or 0xCFAB73) is known color: Putty. HEX triplet: CF, AB and 73. RGB value is (207,171,115). Sum of RGB (Red+Green+Blue) = 207+171+115=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB73 is #30548C. Grayscale: #AFAFAF. Windows color (decimal): -3167373 or 7580623. OLE color: 7580623.
HSL color Cylindrical-coordinate representation of color #CFAB73: hue angle of 36.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFAB73 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 115 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.19 |
| HSL | 36.52º | 0.49% | 0.63% | - |
| HSV(B) | 36.52º | 0.44% | 0.81% | - |
| XYZ | 43.39 | 43.63 | 22.35 | - |
| YUV | 175.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 115 | 0 | 0.17 | 0.44 | 0.19 | 36.52 | 0.49 | 0.63 |
| Hex | CF | AB | 73 | 0 | 11 | 2C | 13 | 25 | 31 | 3F |
| Octal | 317 | 253 | 163 | 0 | 21 | 54 | 23 | 45 | 61 | 77 |
| Binary | 11001111 | 10101011 | 1110011 | 0 | 10001 | 101100 | 10011 | 100101 | 110001 | 111111 |
Color Harmonies of #CFAB73
Complementary color
Monochromatic Colors of #CFAB73
Black with #CFAB73
Text Example
Text Example
White with #CFAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB73; }
p { color: rgb(207,171,115); }
H1.HeaderClassName
{
color: #CFAB73;
}
.AnyTagClassName
{
color: #CFAB73;
}
</style>
background-color css
<style>
a { background-color: #CFAB73; }
a { background-color: rgb(207,171,115); }
div.DivClassName
{
background-color: #CFAB73;
}
.BgClassName
{
background-color: #CFAB73;
}
</style>
border-color css
<style>
span { border-color: #CFAB73; }
span { border-color: rgb(207,171,115); }
td.TdClassName
{
border-color: #CFAB73;
}
.TagClassName
{
border-color: #CFAB73;
}
</style>