Shades of Putty #CFA36E
Tints of Putty #CFA36E
RGB
CMYK
RGB Variations
Color information
#CFA36E (or 0xCFA36E) is known color: Putty. HEX triplet: CF, A3 and 6E. RGB value is (207,163,110). Sum of RGB (Red+Green+Blue) = 207+163+110=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA36E is #305C91. Grayscale: #AAAAAA. Windows color (decimal): -3169426 or 7250895. OLE color: 7250895.
HSL color Cylindrical-coordinate representation of color #CFA36E: hue angle of 32.78º 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 #CFA36E is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 110 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.19 |
| HSL | 32.78º | 0.5% | 0.62% | - |
| HSV(B) | 32.78º | 0.47% | 0.81% | - |
| XYZ | 41.64 | 40.59 | 20.39 | - |
| YUV | 170.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 110 | 0 | 0.21 | 0.47 | 0.19 | 32.78 | 0.5 | 0.62 |
| Hex | CF | A3 | 6E | 0 | 15 | 2F | 13 | 21 | 32 | 3E |
| Octal | 317 | 243 | 156 | 0 | 25 | 57 | 23 | 41 | 62 | 76 |
| Binary | 11001111 | 10100011 | 1101110 | 0 | 10101 | 101111 | 10011 | 100001 | 110010 | 111110 |
Color Harmonies of #CFA36E
Complementary color
Monochromatic Colors of #CFA36E
Black with #CFA36E
Text Example
Text Example
White with #CFA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA36E; }
p { color: rgb(207,163,110); }
H1.HeaderClassName
{
color: #CFA36E;
}
.AnyTagClassName
{
color: #CFA36E;
}
</style>
background-color css
<style>
a { background-color: #CFA36E; }
a { background-color: rgb(207,163,110); }
div.DivClassName
{
background-color: #CFA36E;
}
.BgClassName
{
background-color: #CFA36E;
}
</style>
border-color css
<style>
span { border-color: #CFA36E; }
span { border-color: rgb(207,163,110); }
td.TdClassName
{
border-color: #CFA36E;
}
.TagClassName
{
border-color: #CFA36E;
}
</style>