Shades of Putty #CFAC79
Tints of Putty #CFAC79
RGB
CMYK
RGB Variations
Color information
#CFAC79 (or 0xCFAC79) is known color: Putty. HEX triplet: CF, AC and 79. RGB value is (207,172,121). Sum of RGB (Red+Green+Blue) = 207+172+121=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC79 is #305386. Grayscale: #B0B0B0. Windows color (decimal): -3167111 or 7974095. OLE color: 7974095.
HSL color Cylindrical-coordinate representation of color #CFAC79: hue angle of 35.58º 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 #CFAC79 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 121 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.19 |
| HSL | 35.58º | 0.47% | 0.64% | - |
| HSV(B) | 35.58º | 0.42% | 0.81% | - |
| XYZ | 43.94 | 44.15 | 24.3 | - |
| YUV | 176.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 121 | 0 | 0.17 | 0.42 | 0.19 | 35.58 | 0.47 | 0.64 |
| Hex | CF | AC | 79 | 0 | 11 | 2A | 13 | 24 | 2F | 40 |
| Octal | 317 | 254 | 171 | 0 | 21 | 52 | 23 | 44 | 57 | 100 |
| Binary | 11001111 | 10101100 | 1111001 | 0 | 10001 | 101010 | 10011 | 100100 | 101111 | 1000000 |
Color Harmonies of #CFAC79
Complementary color
Monochromatic Colors of #CFAC79
Black with #CFAC79
Text Example
Text Example
White with #CFAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC79; }
p { color: rgb(207,172,121); }
H1.HeaderClassName
{
color: #CFAC79;
}
.AnyTagClassName
{
color: #CFAC79;
}
</style>
background-color css
<style>
a { background-color: #CFAC79; }
a { background-color: rgb(207,172,121); }
div.DivClassName
{
background-color: #CFAC79;
}
.BgClassName
{
background-color: #CFAC79;
}
</style>
border-color css
<style>
span { border-color: #CFAC79; }
span { border-color: rgb(207,172,121); }
td.TdClassName
{
border-color: #CFAC79;
}
.TagClassName
{
border-color: #CFAC79;
}
</style>