Shades of Putty #CFA56C
Tints of Putty #CFA56C
RGB
CMYK
RGB Variations
Color information
#CFA56C (or 0xCFA56C) is known color: Putty. HEX triplet: CF, A5 and 6C. RGB value is (207,165,108). Sum of RGB (Red+Green+Blue) = 207+165+108=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA56C is #305A93. Grayscale: #ABABAB. Windows color (decimal): -3168916 or 7120335. OLE color: 7120335.
HSL color Cylindrical-coordinate representation of color #CFA56C: hue angle of 34.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA56C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 108 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.19 |
| HSL | 34.55º | 0.51% | 0.62% | - |
| HSV(B) | 34.55º | 0.48% | 0.81% | - |
| XYZ | 41.89 | 41.26 | 19.94 | - |
| YUV | 171.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 108 | 0 | 0.20 | 0.48 | 0.19 | 34.55 | 0.51 | 0.62 |
| Hex | CF | A5 | 6C | 0 | 14 | 30 | 13 | 23 | 33 | 3E |
| Octal | 317 | 245 | 154 | 0 | 24 | 60 | 23 | 43 | 63 | 76 |
| Binary | 11001111 | 10100101 | 1101100 | 0 | 10100 | 110000 | 10011 | 100011 | 110011 | 111110 |
Color Harmonies of #CFA56C
Complementary color
Monochromatic Colors of #CFA56C
Black with #CFA56C
Text Example
Text Example
White with #CFA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA56C; }
p { color: rgb(207,165,108); }
H1.HeaderClassName
{
color: #CFA56C;
}
.AnyTagClassName
{
color: #CFA56C;
}
</style>
background-color css
<style>
a { background-color: #CFA56C; }
a { background-color: rgb(207,165,108); }
div.DivClassName
{
background-color: #CFA56C;
}
.BgClassName
{
background-color: #CFA56C;
}
</style>
border-color css
<style>
span { border-color: #CFA56C; }
span { border-color: rgb(207,165,108); }
td.TdClassName
{
border-color: #CFA56C;
}
.TagClassName
{
border-color: #CFA56C;
}
</style>