Shades of Putty #CFAE70
Tints of Putty #CFAE70
RGB
CMYK
RGB Variations
Color information
#CFAE70 (or 0xCFAE70) is known color: Putty. HEX triplet: CF, AE and 70. RGB value is (207,174,112). Sum of RGB (Red+Green+Blue) = 207+174+112=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE70 is #30518F. Grayscale: #B1B1B1. Windows color (decimal): -3166608 or 7384783. OLE color: 7384783.
HSL color Cylindrical-coordinate representation of color #CFAE70: hue angle of 39.16º 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 #CFAE70 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 112 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.19 |
| HSL | 39.16º | 0.5% | 0.63% | - |
| HSV(B) | 39.16º | 0.46% | 0.81% | - |
| XYZ | 43.79 | 44.71 | 21.65 | - |
| YUV | 176.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 112 | 0 | 0.16 | 0.46 | 0.19 | 39.16 | 0.5 | 0.63 |
| Hex | CF | AE | 70 | 0 | 10 | 2E | 13 | 27 | 32 | 3F |
| Octal | 317 | 256 | 160 | 0 | 20 | 56 | 23 | 47 | 62 | 77 |
| Binary | 11001111 | 10101110 | 1110000 | 0 | 10000 | 101110 | 10011 | 100111 | 110010 | 111111 |
Color Harmonies of #CFAE70
Complementary color
Monochromatic Colors of #CFAE70
Black with #CFAE70
Text Example
Text Example
White with #CFAE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE70; }
p { color: rgb(207,174,112); }
H1.HeaderClassName
{
color: #CFAE70;
}
.AnyTagClassName
{
color: #CFAE70;
}
</style>
background-color css
<style>
a { background-color: #CFAE70; }
a { background-color: rgb(207,174,112); }
div.DivClassName
{
background-color: #CFAE70;
}
.BgClassName
{
background-color: #CFAE70;
}
</style>
border-color css
<style>
span { border-color: #CFAE70; }
span { border-color: rgb(207,174,112); }
td.TdClassName
{
border-color: #CFAE70;
}
.TagClassName
{
border-color: #CFAE70;
}
</style>