Shades of Putty #CFA36D
Tints of Putty #CFA36D
RGB
CMYK
RGB Variations
Color information
#CFA36D (or 0xCFA36D) is known color: Putty. HEX triplet: CF, A3 and 6D. RGB value is (207,163,109). Sum of RGB (Red+Green+Blue) = 207+163+109=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA36D is #305C92. Grayscale: #AAAAAA. Windows color (decimal): -3169427 or 7185359. OLE color: 7185359.
HSL color Cylindrical-coordinate representation of color #CFA36D: hue angle of 33.06º degrees, saturation: 0.51, 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 #CFA36D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 109 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.19 |
| HSL | 33.06º | 0.51% | 0.62% | - |
| HSV(B) | 33.06º | 0.47% | 0.81% | - |
| XYZ | 41.59 | 40.56 | 20.11 | - |
| YUV | 170 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 109 | 0 | 0.21 | 0.47 | 0.19 | 33.06 | 0.51 | 0.62 |
| Hex | CF | A3 | 6D | 0 | 15 | 2F | 13 | 21 | 33 | 3E |
| Octal | 317 | 243 | 155 | 0 | 25 | 57 | 23 | 41 | 63 | 76 |
| Binary | 11001111 | 10100011 | 1101101 | 0 | 10101 | 101111 | 10011 | 100001 | 110011 | 111110 |
Color Harmonies of #CFA36D
Complementary color
Monochromatic Colors of #CFA36D
Black with #CFA36D
Text Example
Text Example
White with #CFA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA36D; }
p { color: rgb(207,163,109); }
H1.HeaderClassName
{
color: #CFA36D;
}
.AnyTagClassName
{
color: #CFA36D;
}
</style>
background-color css
<style>
a { background-color: #CFA36D; }
a { background-color: rgb(207,163,109); }
div.DivClassName
{
background-color: #CFA36D;
}
.BgClassName
{
background-color: #CFA36D;
}
</style>
border-color css
<style>
span { border-color: #CFA36D; }
span { border-color: rgb(207,163,109); }
td.TdClassName
{
border-color: #CFA36D;
}
.TagClassName
{
border-color: #CFA36D;
}
</style>