Shades of Putty #CFA776
Tints of Putty #CFA776
RGB
CMYK
RGB Variations
Color information
#CFA776 (or 0xCFA776) is known color: Putty. HEX triplet: CF, A7 and 76. RGB value is (207,167,118). Sum of RGB (Red+Green+Blue) = 207+167+118=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA776 is #305889. Grayscale: #ADADAD. Windows color (decimal): -3168394 or 7776207. OLE color: 7776207.
HSL color Cylindrical-coordinate representation of color #CFA776: hue angle of 33.03º 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 #CFA776 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 118 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.19 |
| HSL | 33.03º | 0.48% | 0.64% | - |
| HSV(B) | 33.03º | 0.43% | 0.81% | - |
| XYZ | 42.82 | 42.21 | 23.03 | - |
| YUV | 173.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 118 | 0 | 0.19 | 0.43 | 0.19 | 33.03 | 0.48 | 0.64 |
| Hex | CF | A7 | 76 | 0 | 13 | 2B | 13 | 21 | 30 | 40 |
| Octal | 317 | 247 | 166 | 0 | 23 | 53 | 23 | 41 | 60 | 100 |
| Binary | 11001111 | 10100111 | 1110110 | 0 | 10011 | 101011 | 10011 | 100001 | 110000 | 1000000 |
Color Harmonies of #CFA776
Complementary color
Monochromatic Colors of #CFA776
Black with #CFA776
Text Example
Text Example
White with #CFA776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA776; }
p { color: rgb(207,167,118); }
H1.HeaderClassName
{
color: #CFA776;
}
.AnyTagClassName
{
color: #CFA776;
}
</style>
background-color css
<style>
a { background-color: #CFA776; }
a { background-color: rgb(207,167,118); }
div.DivClassName
{
background-color: #CFA776;
}
.BgClassName
{
background-color: #CFA776;
}
</style>
border-color css
<style>
span { border-color: #CFA776; }
span { border-color: rgb(207,167,118); }
td.TdClassName
{
border-color: #CFA776;
}
.TagClassName
{
border-color: #CFA776;
}
</style>