Shades of Putty #CEA370
Tints of Putty #CEA370
RGB
CMYK
RGB Variations
Color information
#CEA370 (or 0xCEA370) is known color: Putty. HEX triplet: CE, A3 and 70. RGB value is (206,163,112). Sum of RGB (Red+Green+Blue) = 206+163+112=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA370 is #315C8F. Grayscale: #AAAAAA. Windows color (decimal): -3234960 or 7381966. OLE color: 7381966.
HSL color Cylindrical-coordinate representation of color #CEA370: hue angle of 32.55º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEA370 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 112 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.19 |
| HSL | 32.55º | 0.49% | 0.62% | - |
| HSV(B) | 32.55º | 0.46% | 0.81% | - |
| XYZ | 41.48 | 40.49 | 20.96 | - |
| YUV | 170.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 112 | 0 | 0.21 | 0.46 | 0.19 | 32.55 | 0.49 | 0.62 |
| Hex | CE | A3 | 70 | 0 | 15 | 2E | 13 | 21 | 31 | 3E |
| Octal | 316 | 243 | 160 | 0 | 25 | 56 | 23 | 41 | 61 | 76 |
| Binary | 11001110 | 10100011 | 1110000 | 0 | 10101 | 101110 | 10011 | 100001 | 110001 | 111110 |
Color Harmonies of #CEA370
Complementary color
Monochromatic Colors of #CEA370
Black with #CEA370
Text Example
Text Example
White with #CEA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA370; }
p { color: rgb(206,163,112); }
H1.HeaderClassName
{
color: #CEA370;
}
.AnyTagClassName
{
color: #CEA370;
}
</style>
background-color css
<style>
a { background-color: #CEA370; }
a { background-color: rgb(206,163,112); }
div.DivClassName
{
background-color: #CEA370;
}
.BgClassName
{
background-color: #CEA370;
}
</style>
border-color css
<style>
span { border-color: #CEA370; }
span { border-color: rgb(206,163,112); }
td.TdClassName
{
border-color: #CEA370;
}
.TagClassName
{
border-color: #CEA370;
}
</style>