Shades of Cameo #CEA589
Tints of Cameo #CEA589
RGB
CMYK
RGB Variations
Color information
#CEA589 (or 0xCEA589) is known color: Cameo. HEX triplet: CE, A5 and 89. RGB value is (206,165,137). Sum of RGB (Red+Green+Blue) = 206+165+137=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA589 is #315A76. Grayscale: #AEAEAE. Windows color (decimal): -3234423 or 9020878. OLE color: 9020878.
HSL color Cylindrical-coordinate representation of color #CEA589: hue angle of 24.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA589 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 137 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.19 |
| HSL | 24.35º | 0.41% | 0.67% | - |
| HSV(B) | 24.35º | 0.33% | 0.81% | - |
| XYZ | 43.42 | 41.84 | 29.45 | - |
| YUV | 174.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 137 | 0 | 0.20 | 0.33 | 0.19 | 24.35 | 0.41 | 0.67 |
| Hex | CE | A5 | 89 | 0 | 14 | 21 | 13 | 18 | 29 | 43 |
| Octal | 316 | 245 | 211 | 0 | 24 | 41 | 23 | 30 | 51 | 103 |
| Binary | 11001110 | 10100101 | 10001001 | 0 | 10100 | 100001 | 10011 | 11000 | 101001 | 1000011 |
Color Harmonies of #CEA589
Complementary color
Monochromatic Colors of #CEA589
Black with #CEA589
Text Example
Text Example
White with #CEA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA589; }
p { color: rgb(206,165,137); }
H1.HeaderClassName
{
color: #CEA589;
}
.AnyTagClassName
{
color: #CEA589;
}
</style>
background-color css
<style>
a { background-color: #CEA589; }
a { background-color: rgb(206,165,137); }
div.DivClassName
{
background-color: #CEA589;
}
.BgClassName
{
background-color: #CEA589;
}
</style>
border-color css
<style>
span { border-color: #CEA589; }
span { border-color: rgb(206,165,137); }
td.TdClassName
{
border-color: #CEA589;
}
.TagClassName
{
border-color: #CEA589;
}
</style>