Shades of Putty #CFAF79
Tints of Putty #CFAF79
RGB
CMYK
RGB Variations
Color information
#CFAF79 (or 0xCFAF79) is known color: Putty. HEX triplet: CF, AF and 79. RGB value is (207,175,121). Sum of RGB (Red+Green+Blue) = 207+175+121=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF79 is #305086. Grayscale: #B2B2B2. Windows color (decimal): -3166343 or 7974863. OLE color: 7974863.
HSL color Cylindrical-coordinate representation of color #CFAF79: hue angle of 37.67º 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 #CFAF79 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 121 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.19 |
| HSL | 37.67º | 0.47% | 0.64% | - |
| HSV(B) | 37.67º | 0.42% | 0.81% | - |
| XYZ | 44.51 | 45.31 | 24.49 | - |
| YUV | 178.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 121 | 0 | 0.15 | 0.42 | 0.19 | 37.67 | 0.47 | 0.64 |
| Hex | CF | AF | 79 | 0 | F | 2A | 13 | 26 | 2F | 40 |
| Octal | 317 | 257 | 171 | 0 | 17 | 52 | 23 | 46 | 57 | 100 |
| Binary | 11001111 | 10101111 | 1111001 | 0 | 1111 | 101010 | 10011 | 100110 | 101111 | 1000000 |
Color Harmonies of #CFAF79
Complementary color
Monochromatic Colors of #CFAF79
Black with #CFAF79
Text Example
Text Example
White with #CFAF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF79; }
p { color: rgb(207,175,121); }
H1.HeaderClassName
{
color: #CFAF79;
}
.AnyTagClassName
{
color: #CFAF79;
}
</style>
background-color css
<style>
a { background-color: #CFAF79; }
a { background-color: rgb(207,175,121); }
div.DivClassName
{
background-color: #CFAF79;
}
.BgClassName
{
background-color: #CFAF79;
}
</style>
border-color css
<style>
span { border-color: #CFAF79; }
span { border-color: rgb(207,175,121); }
td.TdClassName
{
border-color: #CFAF79;
}
.TagClassName
{
border-color: #CFAF79;
}
</style>