Shades of Putty #CFAE73
Tints of Putty #CFAE73
RGB
CMYK
RGB Variations
Color information
#CFAE73 (or 0xCFAE73) is known color: Putty. HEX triplet: CF, AE and 73. RGB value is (207,174,115). Sum of RGB (Red+Green+Blue) = 207+174+115=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE73 is #30518C. Grayscale: #B1B1B1. Windows color (decimal): -3166605 or 7581391. OLE color: 7581391.
HSL color Cylindrical-coordinate representation of color #CFAE73: hue angle of 38.48º 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 #CFAE73 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 115 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.19 |
| HSL | 38.48º | 0.49% | 0.63% | - |
| HSV(B) | 38.48º | 0.44% | 0.81% | - |
| XYZ | 43.96 | 44.78 | 22.55 | - |
| YUV | 177.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 115 | 0 | 0.16 | 0.44 | 0.19 | 38.48 | 0.49 | 0.63 |
| Hex | CF | AE | 73 | 0 | 10 | 2C | 13 | 26 | 31 | 3F |
| Octal | 317 | 256 | 163 | 0 | 20 | 54 | 23 | 46 | 61 | 77 |
| Binary | 11001111 | 10101110 | 1110011 | 0 | 10000 | 101100 | 10011 | 100110 | 110001 | 111111 |
Color Harmonies of #CFAE73
Complementary color
Monochromatic Colors of #CFAE73
Black with #CFAE73
Text Example
Text Example
White with #CFAE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE73; }
p { color: rgb(207,174,115); }
H1.HeaderClassName
{
color: #CFAE73;
}
.AnyTagClassName
{
color: #CFAE73;
}
</style>
background-color css
<style>
a { background-color: #CFAE73; }
a { background-color: rgb(207,174,115); }
div.DivClassName
{
background-color: #CFAE73;
}
.BgClassName
{
background-color: #CFAE73;
}
</style>
border-color css
<style>
span { border-color: #CFAE73; }
span { border-color: rgb(207,174,115); }
td.TdClassName
{
border-color: #CFAE73;
}
.TagClassName
{
border-color: #CFAE73;
}
</style>