Shades of Putty #CEA56C
Tints of Putty #CEA56C
RGB
CMYK
RGB Variations
Color information
#CEA56C (or 0xCEA56C) is known color: Putty. HEX triplet: CE, A5 and 6C. RGB value is (206,165,108). Sum of RGB (Red+Green+Blue) = 206+165+108=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA56C is #315A93. Grayscale: #ABABAB. Windows color (decimal): -3234452 or 7120334. OLE color: 7120334.
HSL color Cylindrical-coordinate representation of color #CEA56C: hue angle of 34.9º degrees, saturation: 0.5, 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 #CEA56C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 108 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.19 |
| HSL | 34.9º | 0.5% | 0.62% | - |
| HSV(B) | 34.9º | 0.48% | 0.81% | - |
| XYZ | 41.62 | 41.11 | 19.93 | - |
| YUV | 170.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 108 | 0 | 0.20 | 0.48 | 0.19 | 34.9 | 0.5 | 0.62 |
| Hex | CE | A5 | 6C | 0 | 14 | 30 | 13 | 23 | 32 | 3E |
| Octal | 316 | 245 | 154 | 0 | 24 | 60 | 23 | 43 | 62 | 76 |
| Binary | 11001110 | 10100101 | 1101100 | 0 | 10100 | 110000 | 10011 | 100011 | 110010 | 111110 |
Color Harmonies of #CEA56C
Complementary color
Monochromatic Colors of #CEA56C
Black with #CEA56C
Text Example
Text Example
White with #CEA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA56C; }
p { color: rgb(206,165,108); }
H1.HeaderClassName
{
color: #CEA56C;
}
.AnyTagClassName
{
color: #CEA56C;
}
</style>
background-color css
<style>
a { background-color: #CEA56C; }
a { background-color: rgb(206,165,108); }
div.DivClassName
{
background-color: #CEA56C;
}
.BgClassName
{
background-color: #CEA56C;
}
</style>
border-color css
<style>
span { border-color: #CEA56C; }
span { border-color: rgb(206,165,108); }
td.TdClassName
{
border-color: #CEA56C;
}
.TagClassName
{
border-color: #CEA56C;
}
</style>