Shades of Putty #CFAC77
Tints of Putty #CFAC77
RGB
CMYK
RGB Variations
Color information
#CFAC77 (or 0xCFAC77) is known color: Putty. HEX triplet: CF, AC and 77. RGB value is (207,172,119). Sum of RGB (Red+Green+Blue) = 207+172+119=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC77 is #305388. Grayscale: #B0B0B0. Windows color (decimal): -3167113 or 7843023. OLE color: 7843023.
HSL color Cylindrical-coordinate representation of color #CFAC77: hue angle of 36.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFAC77 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 119 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.19 |
| HSL | 36.14º | 0.48% | 0.64% | - |
| HSV(B) | 36.14º | 0.43% | 0.81% | - |
| XYZ | 43.81 | 44.1 | 23.66 | - |
| YUV | 176.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 119 | 0 | 0.17 | 0.43 | 0.19 | 36.14 | 0.48 | 0.64 |
| Hex | CF | AC | 77 | 0 | 11 | 2B | 13 | 24 | 30 | 40 |
| Octal | 317 | 254 | 167 | 0 | 21 | 53 | 23 | 44 | 60 | 100 |
| Binary | 11001111 | 10101100 | 1110111 | 0 | 10001 | 101011 | 10011 | 100100 | 110000 | 1000000 |
Color Harmonies of #CFAC77
Complementary color
Monochromatic Colors of #CFAC77
Black with #CFAC77
Text Example
Text Example
White with #CFAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC77; }
p { color: rgb(207,172,119); }
H1.HeaderClassName
{
color: #CFAC77;
}
.AnyTagClassName
{
color: #CFAC77;
}
</style>
background-color css
<style>
a { background-color: #CFAC77; }
a { background-color: rgb(207,172,119); }
div.DivClassName
{
background-color: #CFAC77;
}
.BgClassName
{
background-color: #CFAC77;
}
</style>
border-color css
<style>
span { border-color: #CFAC77; }
span { border-color: rgb(207,172,119); }
td.TdClassName
{
border-color: #CFAC77;
}
.TagClassName
{
border-color: #CFAC77;
}
</style>