Shades of Putty #CFA46E
Tints of Putty #CFA46E
RGB
CMYK
RGB Variations
Color information
#CFA46E (or 0xCFA46E) is known color: Putty. HEX triplet: CF, A4 and 6E. RGB value is (207,164,110). Sum of RGB (Red+Green+Blue) = 207+164+110=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA46E is #305B91. Grayscale: #AAAAAA. Windows color (decimal): -3169170 or 7251151. OLE color: 7251151.
HSL color Cylindrical-coordinate representation of color #CFA46E: hue angle of 33.4º 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 #CFA46E is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 110 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.19 |
| HSL | 33.4º | 0.5% | 0.62% | - |
| HSV(B) | 33.4º | 0.47% | 0.81% | - |
| XYZ | 41.82 | 40.94 | 20.45 | - |
| YUV | 170.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 110 | 0 | 0.21 | 0.47 | 0.19 | 33.4 | 0.5 | 0.62 |
| Hex | CF | A4 | 6E | 0 | 15 | 2F | 13 | 21 | 32 | 3E |
| Octal | 317 | 244 | 156 | 0 | 25 | 57 | 23 | 41 | 62 | 76 |
| Binary | 11001111 | 10100100 | 1101110 | 0 | 10101 | 101111 | 10011 | 100001 | 110010 | 111110 |
Color Harmonies of #CFA46E
Complementary color
Monochromatic Colors of #CFA46E
Black with #CFA46E
Text Example
Text Example
White with #CFA46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA46E; }
p { color: rgb(207,164,110); }
H1.HeaderClassName
{
color: #CFA46E;
}
.AnyTagClassName
{
color: #CFA46E;
}
</style>
background-color css
<style>
a { background-color: #CFA46E; }
a { background-color: rgb(207,164,110); }
div.DivClassName
{
background-color: #CFA46E;
}
.BgClassName
{
background-color: #CFA46E;
}
</style>
border-color css
<style>
span { border-color: #CFA46E; }
span { border-color: rgb(207,164,110); }
td.TdClassName
{
border-color: #CFA46E;
}
.TagClassName
{
border-color: #CFA46E;
}
</style>