Shades of Putty #CFA772
Tints of Putty #CFA772
RGB
CMYK
RGB Variations
Color information
#CFA772 (or 0xCFA772) is known color: Putty. HEX triplet: CF, A7 and 72. RGB value is (207,167,114). Sum of RGB (Red+Green+Blue) = 207+167+114=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA772 is #30588D. Grayscale: #ADADAD. Windows color (decimal): -3168398 or 7514063. OLE color: 7514063.
HSL color Cylindrical-coordinate representation of color #CFA772: hue angle of 34.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFA772 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 114 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.19 |
| HSL | 34.19º | 0.49% | 0.63% | - |
| HSV(B) | 34.19º | 0.45% | 0.81% | - |
| XYZ | 42.59 | 42.12 | 21.8 | - |
| YUV | 172.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 114 | 0 | 0.19 | 0.45 | 0.19 | 34.19 | 0.49 | 0.63 |
| Hex | CF | A7 | 72 | 0 | 13 | 2D | 13 | 22 | 31 | 3F |
| Octal | 317 | 247 | 162 | 0 | 23 | 55 | 23 | 42 | 61 | 77 |
| Binary | 11001111 | 10100111 | 1110010 | 0 | 10011 | 101101 | 10011 | 100010 | 110001 | 111111 |
Color Harmonies of #CFA772
Complementary color
Monochromatic Colors of #CFA772
Black with #CFA772
Text Example
Text Example
White with #CFA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA772; }
p { color: rgb(207,167,114); }
H1.HeaderClassName
{
color: #CFA772;
}
.AnyTagClassName
{
color: #CFA772;
}
</style>
background-color css
<style>
a { background-color: #CFA772; }
a { background-color: rgb(207,167,114); }
div.DivClassName
{
background-color: #CFA772;
}
.BgClassName
{
background-color: #CFA772;
}
</style>
border-color css
<style>
span { border-color: #CFA772; }
span { border-color: rgb(207,167,114); }
td.TdClassName
{
border-color: #CFA772;
}
.TagClassName
{
border-color: #CFA772;
}
</style>