Shades of Cameo #CEA587
Tints of Cameo #CEA587
RGB
CMYK
RGB Variations
Color information
#CEA587 (or 0xCEA587) is known color: Cameo. HEX triplet: CE, A5 and 87. RGB value is (206,165,135). Sum of RGB (Red+Green+Blue) = 206+165+135=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA587 is #315A78. Grayscale: #ADADAD. Windows color (decimal): -3234425 or 8889806. OLE color: 8889806.
HSL color Cylindrical-coordinate representation of color #CEA587: hue angle of 25.35º 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 #CEA587 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 135 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.19 |
| HSL | 25.35º | 0.42% | 0.67% | - |
| HSV(B) | 25.35º | 0.34% | 0.81% | - |
| XYZ | 43.28 | 41.78 | 28.71 | - |
| YUV | 173.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 135 | 0 | 0.20 | 0.34 | 0.19 | 25.35 | 0.42 | 0.67 |
| Hex | CE | A5 | 87 | 0 | 14 | 22 | 13 | 19 | 2A | 43 |
| Octal | 316 | 245 | 207 | 0 | 24 | 42 | 23 | 31 | 52 | 103 |
| Binary | 11001110 | 10100101 | 10000111 | 0 | 10100 | 100010 | 10011 | 11001 | 101010 | 1000011 |
Color Harmonies of #CEA587
Complementary color
Monochromatic Colors of #CEA587
Black with #CEA587
Text Example
Text Example
White with #CEA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA587; }
p { color: rgb(206,165,135); }
H1.HeaderClassName
{
color: #CEA587;
}
.AnyTagClassName
{
color: #CEA587;
}
</style>
background-color css
<style>
a { background-color: #CEA587; }
a { background-color: rgb(206,165,135); }
div.DivClassName
{
background-color: #CEA587;
}
.BgClassName
{
background-color: #CEA587;
}
</style>
border-color css
<style>
span { border-color: #CEA587; }
span { border-color: rgb(206,165,135); }
td.TdClassName
{
border-color: #CEA587;
}
.TagClassName
{
border-color: #CEA587;
}
</style>