Shades of Putty #CFAD76
Tints of Putty #CFAD76
RGB
CMYK
RGB Variations
Color information
#CFAD76 (or 0xCFAD76) is known color: Putty. HEX triplet: CF, AD and 76. RGB value is (207,173,118). Sum of RGB (Red+Green+Blue) = 207+173+118=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD76 is #305289. Grayscale: #B1B1B1. Windows color (decimal): -3166858 or 7777743. OLE color: 7777743.
HSL color Cylindrical-coordinate representation of color #CFAD76: hue angle of 37.08º 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 #CFAD76 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 118 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.19 |
| HSL | 37.08º | 0.48% | 0.64% | - |
| HSV(B) | 37.08º | 0.43% | 0.81% | - |
| XYZ | 43.95 | 44.46 | 23.41 | - |
| YUV | 176.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 118 | 0 | 0.16 | 0.43 | 0.19 | 37.08 | 0.48 | 0.64 |
| Hex | CF | AD | 76 | 0 | 10 | 2B | 13 | 25 | 30 | 40 |
| Octal | 317 | 255 | 166 | 0 | 20 | 53 | 23 | 45 | 60 | 100 |
| Binary | 11001111 | 10101101 | 1110110 | 0 | 10000 | 101011 | 10011 | 100101 | 110000 | 1000000 |
Color Harmonies of #CFAD76
Complementary color
Monochromatic Colors of #CFAD76
Black with #CFAD76
Text Example
Text Example
White with #CFAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD76; }
p { color: rgb(207,173,118); }
H1.HeaderClassName
{
color: #CFAD76;
}
.AnyTagClassName
{
color: #CFAD76;
}
</style>
background-color css
<style>
a { background-color: #CFAD76; }
a { background-color: rgb(207,173,118); }
div.DivClassName
{
background-color: #CFAD76;
}
.BgClassName
{
background-color: #CFAD76;
}
</style>
border-color css
<style>
span { border-color: #CFAD76; }
span { border-color: rgb(207,173,118); }
td.TdClassName
{
border-color: #CFAD76;
}
.TagClassName
{
border-color: #CFAD76;
}
</style>