Shades of Putty #CFAE79
Tints of Putty #CFAE79
RGB
CMYK
RGB Variations
Color information
#CFAE79 (or 0xCFAE79) is known color: Putty. HEX triplet: CF, AE and 79. RGB value is (207,174,121). Sum of RGB (Red+Green+Blue) = 207+174+121=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE79 is #305186. Grayscale: #B2B2B2. Windows color (decimal): -3166599 or 7974607. OLE color: 7974607.
HSL color Cylindrical-coordinate representation of color #CFAE79: hue angle of 36.98º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFAE79 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 121 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.19 |
| HSL | 36.98º | 0.47% | 0.64% | - |
| HSV(B) | 36.98º | 0.42% | 0.81% | - |
| XYZ | 44.32 | 44.92 | 24.42 | - |
| YUV | 177.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 121 | 0 | 0.16 | 0.42 | 0.19 | 36.98 | 0.47 | 0.64 |
| Hex | CF | AE | 79 | 0 | 10 | 2A | 13 | 25 | 2F | 40 |
| Octal | 317 | 256 | 171 | 0 | 20 | 52 | 23 | 45 | 57 | 100 |
| Binary | 11001111 | 10101110 | 1111001 | 0 | 10000 | 101010 | 10011 | 100101 | 101111 | 1000000 |
Color Harmonies of #CFAE79
Complementary color
Monochromatic Colors of #CFAE79
Black with #CFAE79
Text Example
Text Example
White with #CFAE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE79; }
p { color: rgb(207,174,121); }
H1.HeaderClassName
{
color: #CFAE79;
}
.AnyTagClassName
{
color: #CFAE79;
}
</style>
background-color css
<style>
a { background-color: #CFAE79; }
a { background-color: rgb(207,174,121); }
div.DivClassName
{
background-color: #CFAE79;
}
.BgClassName
{
background-color: #CFAE79;
}
</style>
border-color css
<style>
span { border-color: #CFAE79; }
span { border-color: rgb(207,174,121); }
td.TdClassName
{
border-color: #CFAE79;
}
.TagClassName
{
border-color: #CFAE79;
}
</style>