Shades of Cameo #CEA585
Tints of Cameo #CEA585
RGB
CMYK
RGB Variations
Color information
#CEA585 (or 0xCEA585) is known color: Cameo. HEX triplet: CE, A5 and 85. RGB value is (206,165,133). Sum of RGB (Red+Green+Blue) = 206+165+133=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA585 is #315A7A. Grayscale: #ADADAD. Windows color (decimal): -3234427 or 8758734. OLE color: 8758734.
HSL color Cylindrical-coordinate representation of color #CEA585: hue angle of 26.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA585 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 133 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.19 |
| HSL | 26.3º | 0.43% | 0.66% | - |
| HSV(B) | 26.3º | 0.35% | 0.81% | - |
| XYZ | 43.14 | 41.73 | 27.97 | - |
| YUV | 173.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 133 | 0 | 0.20 | 0.35 | 0.19 | 26.3 | 0.43 | 0.66 |
| Hex | CE | A5 | 85 | 0 | 14 | 23 | 13 | 1A | 2B | 42 |
| Octal | 316 | 245 | 205 | 0 | 24 | 43 | 23 | 32 | 53 | 102 |
| Binary | 11001110 | 10100101 | 10000101 | 0 | 10100 | 100011 | 10011 | 11010 | 101011 | 1000010 |
Color Harmonies of #CEA585
Complementary color
Monochromatic Colors of #CEA585
Black with #CEA585
Text Example
Text Example
White with #CEA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA585; }
p { color: rgb(206,165,133); }
H1.HeaderClassName
{
color: #CEA585;
}
.AnyTagClassName
{
color: #CEA585;
}
</style>
background-color css
<style>
a { background-color: #CEA585; }
a { background-color: rgb(206,165,133); }
div.DivClassName
{
background-color: #CEA585;
}
.BgClassName
{
background-color: #CEA585;
}
</style>
border-color css
<style>
span { border-color: #CEA585; }
span { border-color: rgb(206,165,133); }
td.TdClassName
{
border-color: #CEA585;
}
.TagClassName
{
border-color: #CEA585;
}
</style>