Shades of Putty #CFA36F
Tints of Putty #CFA36F
RGB
CMYK
RGB Variations
Color information
#CFA36F (or 0xCFA36F) is known color: Putty. HEX triplet: CF, A3 and 6F. RGB value is (207,163,111). Sum of RGB (Red+Green+Blue) = 207+163+111=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA36F is #305C90. Grayscale: #AAAAAA. Windows color (decimal): -3169425 or 7316431. OLE color: 7316431.
HSL color Cylindrical-coordinate representation of color #CFA36F: hue angle of 32.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA36F is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 111 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.19 |
| HSL | 32.5º | 0.5% | 0.62% | - |
| HSV(B) | 32.5º | 0.46% | 0.81% | - |
| XYZ | 41.7 | 40.61 | 20.68 | - |
| YUV | 170.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 111 | 0 | 0.21 | 0.46 | 0.19 | 32.5 | 0.5 | 0.62 |
| Hex | CF | A3 | 6F | 0 | 15 | 2E | 13 | 20 | 32 | 3E |
| Octal | 317 | 243 | 157 | 0 | 25 | 56 | 23 | 40 | 62 | 76 |
| Binary | 11001111 | 10100011 | 1101111 | 0 | 10101 | 101110 | 10011 | 100000 | 110010 | 111110 |
Color Harmonies of #CFA36F
Complementary color
Monochromatic Colors of #CFA36F
Black with #CFA36F
Text Example
Text Example
White with #CFA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA36F; }
p { color: rgb(207,163,111); }
H1.HeaderClassName
{
color: #CFA36F;
}
.AnyTagClassName
{
color: #CFA36F;
}
</style>
background-color css
<style>
a { background-color: #CFA36F; }
a { background-color: rgb(207,163,111); }
div.DivClassName
{
background-color: #CFA36F;
}
.BgClassName
{
background-color: #CFA36F;
}
</style>
border-color css
<style>
span { border-color: #CFA36F; }
span { border-color: rgb(207,163,111); }
td.TdClassName
{
border-color: #CFA36F;
}
.TagClassName
{
border-color: #CFA36F;
}
</style>