Shades of Putty #CEA46C
Tints of Putty #CEA46C
RGB
CMYK
RGB Variations
Color information
#CEA46C (or 0xCEA46C) is known color: Putty. HEX triplet: CE, A4 and 6C. RGB value is (206,164,108). Sum of RGB (Red+Green+Blue) = 206+164+108=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA46C is #315B93. Grayscale: #AAAAAA. Windows color (decimal): -3234708 or 7120078. OLE color: 7120078.
HSL color Cylindrical-coordinate representation of color #CEA46C: hue angle of 34.29º 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 #CEA46C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 108 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.19 |
| HSL | 34.29º | 0.5% | 0.62% | - |
| HSV(B) | 34.29º | 0.48% | 0.81% | - |
| XYZ | 41.44 | 40.76 | 19.87 | - |
| YUV | 170.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 108 | 0 | 0.20 | 0.48 | 0.19 | 34.29 | 0.5 | 0.62 |
| Hex | CE | A4 | 6C | 0 | 14 | 30 | 13 | 22 | 32 | 3E |
| Octal | 316 | 244 | 154 | 0 | 24 | 60 | 23 | 42 | 62 | 76 |
| Binary | 11001110 | 10100100 | 1101100 | 0 | 10100 | 110000 | 10011 | 100010 | 110010 | 111110 |
Color Harmonies of #CEA46C
Complementary color
Monochromatic Colors of #CEA46C
Black with #CEA46C
Text Example
Text Example
White with #CEA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA46C; }
p { color: rgb(206,164,108); }
H1.HeaderClassName
{
color: #CEA46C;
}
.AnyTagClassName
{
color: #CEA46C;
}
</style>
background-color css
<style>
a { background-color: #CEA46C; }
a { background-color: rgb(206,164,108); }
div.DivClassName
{
background-color: #CEA46C;
}
.BgClassName
{
background-color: #CEA46C;
}
</style>
border-color css
<style>
span { border-color: #CEA46C; }
span { border-color: rgb(206,164,108); }
td.TdClassName
{
border-color: #CEA46C;
}
.TagClassName
{
border-color: #CEA46C;
}
</style>