Shades of Putty #CEA878
Tints of Putty #CEA878
RGB
CMYK
RGB Variations
Color information
#CEA878 (or 0xCEA878) is known color: Putty. HEX triplet: CE, A8 and 78. RGB value is (206,168,120). Sum of RGB (Red+Green+Blue) = 206+168+120=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA878 is #315787. Grayscale: #AEAEAE. Windows color (decimal): -3233672 or 7907534. OLE color: 7907534.
HSL color Cylindrical-coordinate representation of color #CEA878: hue angle of 33.49º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEA878 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 120 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.19 |
| HSL | 33.49º | 0.47% | 0.64% | - |
| HSV(B) | 33.49º | 0.42% | 0.81% | - |
| XYZ | 42.85 | 42.48 | 23.71 | - |
| YUV | 173.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 120 | 0 | 0.18 | 0.42 | 0.19 | 33.49 | 0.47 | 0.64 |
| Hex | CE | A8 | 78 | 0 | 12 | 2A | 13 | 21 | 2F | 40 |
| Octal | 316 | 250 | 170 | 0 | 22 | 52 | 23 | 41 | 57 | 100 |
| Binary | 11001110 | 10101000 | 1111000 | 0 | 10010 | 101010 | 10011 | 100001 | 101111 | 1000000 |
Color Harmonies of #CEA878
Complementary color
Monochromatic Colors of #CEA878
Black with #CEA878
Text Example
Text Example
White with #CEA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA878; }
p { color: rgb(206,168,120); }
H1.HeaderClassName
{
color: #CEA878;
}
.AnyTagClassName
{
color: #CEA878;
}
</style>
background-color css
<style>
a { background-color: #CEA878; }
a { background-color: rgb(206,168,120); }
div.DivClassName
{
background-color: #CEA878;
}
.BgClassName
{
background-color: #CEA878;
}
</style>
border-color css
<style>
span { border-color: #CEA878; }
span { border-color: rgb(206,168,120); }
td.TdClassName
{
border-color: #CEA878;
}
.TagClassName
{
border-color: #CEA878;
}
</style>