Shades of Putty #CFA977
Tints of Putty #CFA977
RGB
CMYK
RGB Variations
Color information
#CFA977 (or 0xCFA977) is known color: Putty. HEX triplet: CF, A9 and 77. RGB value is (207,169,119). Sum of RGB (Red+Green+Blue) = 207+169+119=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA977 is #305688. Grayscale: #AEAEAE. Windows color (decimal): -3167881 or 7842255. OLE color: 7842255.
HSL color Cylindrical-coordinate representation of color #CFA977: hue angle of 34.09º 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 #CFA977 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 119 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.19 |
| HSL | 34.09º | 0.48% | 0.64% | - |
| HSV(B) | 34.09º | 0.43% | 0.81% | - |
| XYZ | 43.25 | 42.97 | 23.47 | - |
| YUV | 174.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 119 | 0 | 0.18 | 0.43 | 0.19 | 34.09 | 0.48 | 0.64 |
| Hex | CF | A9 | 77 | 0 | 12 | 2B | 13 | 22 | 30 | 40 |
| Octal | 317 | 251 | 167 | 0 | 22 | 53 | 23 | 42 | 60 | 100 |
| Binary | 11001111 | 10101001 | 1110111 | 0 | 10010 | 101011 | 10011 | 100010 | 110000 | 1000000 |
Color Harmonies of #CFA977
Complementary color
Monochromatic Colors of #CFA977
Black with #CFA977
Text Example
Text Example
White with #CFA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA977; }
p { color: rgb(207,169,119); }
H1.HeaderClassName
{
color: #CFA977;
}
.AnyTagClassName
{
color: #CFA977;
}
</style>
background-color css
<style>
a { background-color: #CFA977; }
a { background-color: rgb(207,169,119); }
div.DivClassName
{
background-color: #CFA977;
}
.BgClassName
{
background-color: #CFA977;
}
</style>
border-color css
<style>
span { border-color: #CFA977; }
span { border-color: rgb(207,169,119); }
td.TdClassName
{
border-color: #CFA977;
}
.TagClassName
{
border-color: #CFA977;
}
</style>