Shades of Putty #CFA56D
Tints of Putty #CFA56D
RGB
CMYK
RGB Variations
Color information
#CFA56D (or 0xCFA56D) is known color: Putty. HEX triplet: CF, A5 and 6D. RGB value is (207,165,109). Sum of RGB (Red+Green+Blue) = 207+165+109=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA56D is #305A92. Grayscale: #ABABAB. Windows color (decimal): -3168915 or 7185871. OLE color: 7185871.
HSL color Cylindrical-coordinate representation of color #CFA56D: hue angle of 34.29º 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 #CFA56D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 109 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.19 |
| HSL | 34.29º | 0.51% | 0.62% | - |
| HSV(B) | 34.29º | 0.47% | 0.81% | - |
| XYZ | 41.95 | 41.28 | 20.22 | - |
| YUV | 171.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 109 | 0 | 0.20 | 0.47 | 0.19 | 34.29 | 0.51 | 0.62 |
| Hex | CF | A5 | 6D | 0 | 14 | 2F | 13 | 22 | 33 | 3E |
| Octal | 317 | 245 | 155 | 0 | 24 | 57 | 23 | 42 | 63 | 76 |
| Binary | 11001111 | 10100101 | 1101101 | 0 | 10100 | 101111 | 10011 | 100010 | 110011 | 111110 |
Color Harmonies of #CFA56D
Complementary color
Monochromatic Colors of #CFA56D
Black with #CFA56D
Text Example
Text Example
White with #CFA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA56D; }
p { color: rgb(207,165,109); }
H1.HeaderClassName
{
color: #CFA56D;
}
.AnyTagClassName
{
color: #CFA56D;
}
</style>
background-color css
<style>
a { background-color: #CFA56D; }
a { background-color: rgb(207,165,109); }
div.DivClassName
{
background-color: #CFA56D;
}
.BgClassName
{
background-color: #CFA56D;
}
</style>
border-color css
<style>
span { border-color: #CFA56D; }
span { border-color: rgb(207,165,109); }
td.TdClassName
{
border-color: #CFA56D;
}
.TagClassName
{
border-color: #CFA56D;
}
</style>