Shades of Putty #CFA66E
Tints of Putty #CFA66E
RGB
CMYK
RGB Variations
Color information
#CFA66E (or 0xCFA66E) is known color: Putty. HEX triplet: CF, A6 and 6E. RGB value is (207,166,110). Sum of RGB (Red+Green+Blue) = 207+166+110=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA66E is #305991. Grayscale: #ACACAC. Windows color (decimal): -3168658 or 7251663. OLE color: 7251663.
HSL color Cylindrical-coordinate representation of color #CFA66E: hue angle of 34.64º 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 #CFA66E is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 110 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.19 |
| HSL | 34.64º | 0.5% | 0.62% | - |
| HSV(B) | 34.64º | 0.47% | 0.81% | - |
| XYZ | 42.18 | 41.66 | 20.57 | - |
| YUV | 171.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 110 | 0 | 0.20 | 0.47 | 0.19 | 34.64 | 0.5 | 0.62 |
| Hex | CF | A6 | 6E | 0 | 14 | 2F | 13 | 23 | 32 | 3E |
| Octal | 317 | 246 | 156 | 0 | 24 | 57 | 23 | 43 | 62 | 76 |
| Binary | 11001111 | 10100110 | 1101110 | 0 | 10100 | 101111 | 10011 | 100011 | 110010 | 111110 |
Color Harmonies of #CFA66E
Complementary color
Monochromatic Colors of #CFA66E
Black with #CFA66E
Text Example
Text Example
White with #CFA66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA66E; }
p { color: rgb(207,166,110); }
H1.HeaderClassName
{
color: #CFA66E;
}
.AnyTagClassName
{
color: #CFA66E;
}
</style>
background-color css
<style>
a { background-color: #CFA66E; }
a { background-color: rgb(207,166,110); }
div.DivClassName
{
background-color: #CFA66E;
}
.BgClassName
{
background-color: #CFA66E;
}
</style>
border-color css
<style>
span { border-color: #CFA66E; }
span { border-color: rgb(207,166,110); }
td.TdClassName
{
border-color: #CFA66E;
}
.TagClassName
{
border-color: #CFA66E;
}
</style>