Shades of Putty #CFA976
Tints of Putty #CFA976
RGB
CMYK
RGB Variations
Color information
#CFA976 (or 0xCFA976) is known color: Putty. HEX triplet: CF, A9 and 76. RGB value is (207,169,118). Sum of RGB (Red+Green+Blue) = 207+169+118=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA976 is #305689. Grayscale: #AEAEAE. Windows color (decimal): -3167882 or 7776719. OLE color: 7776719.
HSL color Cylindrical-coordinate representation of color #CFA976: hue angle of 34.38º 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 #CFA976 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 118 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.19 |
| HSL | 34.38º | 0.48% | 0.64% | - |
| HSV(B) | 34.38º | 0.43% | 0.81% | - |
| XYZ | 43.19 | 42.95 | 23.15 | - |
| YUV | 174.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 118 | 0 | 0.18 | 0.43 | 0.19 | 34.38 | 0.48 | 0.64 |
| Hex | CF | A9 | 76 | 0 | 12 | 2B | 13 | 22 | 30 | 40 |
| Octal | 317 | 251 | 166 | 0 | 22 | 53 | 23 | 42 | 60 | 100 |
| Binary | 11001111 | 10101001 | 1110110 | 0 | 10010 | 101011 | 10011 | 100010 | 110000 | 1000000 |
Color Harmonies of #CFA976
Complementary color
Monochromatic Colors of #CFA976
Black with #CFA976
Text Example
Text Example
White with #CFA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA976; }
p { color: rgb(207,169,118); }
H1.HeaderClassName
{
color: #CFA976;
}
.AnyTagClassName
{
color: #CFA976;
}
</style>
background-color css
<style>
a { background-color: #CFA976; }
a { background-color: rgb(207,169,118); }
div.DivClassName
{
background-color: #CFA976;
}
.BgClassName
{
background-color: #CFA976;
}
</style>
border-color css
<style>
span { border-color: #CFA976; }
span { border-color: rgb(207,169,118); }
td.TdClassName
{
border-color: #CFA976;
}
.TagClassName
{
border-color: #CFA976;
}
</style>