Shades of Putty #CFA76E
Tints of Putty #CFA76E
RGB
CMYK
RGB Variations
Color information
#CFA76E (or 0xCFA76E) is known color: Putty. HEX triplet: CF, A7 and 6E. RGB value is (207,167,110). Sum of RGB (Red+Green+Blue) = 207+167+110=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA76E is #305891. Grayscale: #ACACAC. Windows color (decimal): -3168402 or 7251919. OLE color: 7251919.
HSL color Cylindrical-coordinate representation of color #CFA76E: hue angle of 35.26º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFA76E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 110 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.19 |
| HSL | 35.26º | 0.5% | 0.62% | - |
| HSV(B) | 35.26º | 0.47% | 0.81% | - |
| XYZ | 42.37 | 42.03 | 20.63 | - |
| YUV | 172.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 110 | 0 | 0.19 | 0.47 | 0.19 | 35.26 | 0.5 | 0.62 |
| Hex | CF | A7 | 6E | 0 | 13 | 2F | 13 | 23 | 32 | 3E |
| Octal | 317 | 247 | 156 | 0 | 23 | 57 | 23 | 43 | 62 | 76 |
| Binary | 11001111 | 10100111 | 1101110 | 0 | 10011 | 101111 | 10011 | 100011 | 110010 | 111110 |
Color Harmonies of #CFA76E
Complementary color
Monochromatic Colors of #CFA76E
Black with #CFA76E
Text Example
Text Example
White with #CFA76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA76E; }
p { color: rgb(207,167,110); }
H1.HeaderClassName
{
color: #CFA76E;
}
.AnyTagClassName
{
color: #CFA76E;
}
</style>
background-color css
<style>
a { background-color: #CFA76E; }
a { background-color: rgb(207,167,110); }
div.DivClassName
{
background-color: #CFA76E;
}
.BgClassName
{
background-color: #CFA76E;
}
</style>
border-color css
<style>
span { border-color: #CFA76E; }
span { border-color: rgb(207,167,110); }
td.TdClassName
{
border-color: #CFA76E;
}
.TagClassName
{
border-color: #CFA76E;
}
</style>