Shades of Cameo #CEA588
Tints of Cameo #CEA588
RGB
CMYK
RGB Variations
Color information
#CEA588 (or 0xCEA588) is known color: Cameo. HEX triplet: CE, A5 and 88. RGB value is (206,165,136). Sum of RGB (Red+Green+Blue) = 206+165+136=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA588 is #315A77. Grayscale: #AEAEAE. Windows color (decimal): -3234424 or 8955342. OLE color: 8955342.
HSL color Cylindrical-coordinate representation of color #CEA588: hue angle of 24.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA588 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 136 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.19 |
| HSL | 24.86º | 0.42% | 0.67% | - |
| HSV(B) | 24.86º | 0.34% | 0.81% | - |
| XYZ | 43.35 | 41.81 | 29.08 | - |
| YUV | 173.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 136 | 0 | 0.20 | 0.34 | 0.19 | 24.86 | 0.42 | 0.67 |
| Hex | CE | A5 | 88 | 0 | 14 | 22 | 13 | 19 | 2A | 43 |
| Octal | 316 | 245 | 210 | 0 | 24 | 42 | 23 | 31 | 52 | 103 |
| Binary | 11001110 | 10100101 | 10001000 | 0 | 10100 | 100010 | 10011 | 11001 | 101010 | 1000011 |
Color Harmonies of #CEA588
Complementary color
Monochromatic Colors of #CEA588
Black with #CEA588
Text Example
Text Example
White with #CEA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA588; }
p { color: rgb(206,165,136); }
H1.HeaderClassName
{
color: #CEA588;
}
.AnyTagClassName
{
color: #CEA588;
}
</style>
background-color css
<style>
a { background-color: #CEA588; }
a { background-color: rgb(206,165,136); }
div.DivClassName
{
background-color: #CEA588;
}
.BgClassName
{
background-color: #CEA588;
}
</style>
border-color css
<style>
span { border-color: #CEA588; }
span { border-color: rgb(206,165,136); }
td.TdClassName
{
border-color: #CEA588;
}
.TagClassName
{
border-color: #CEA588;
}
</style>