Shades of Cameo #CEA181
Tints of Cameo #CEA181
RGB
CMYK
RGB Variations
Color information
#CEA181 (or 0xCEA181) is known color: Cameo. HEX triplet: CE, A1 and 81. RGB value is (206,161,129). Sum of RGB (Red+Green+Blue) = 206+161+129=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA181 is #315E7E. Grayscale: #AAAAAA. Windows color (decimal): -3235455 or 8495566. OLE color: 8495566.
HSL color Cylindrical-coordinate representation of color #CEA181: hue angle of 24.94º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEA181 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 129 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.19 |
| HSL | 24.94º | 0.44% | 0.66% | - |
| HSV(B) | 24.94º | 0.37% | 0.81% | - |
| XYZ | 42.16 | 40.2 | 26.31 | - |
| YUV | 170.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 129 | 0 | 0.22 | 0.37 | 0.19 | 24.94 | 0.44 | 0.66 |
| Hex | CE | A1 | 81 | 0 | 16 | 25 | 13 | 19 | 2C | 42 |
| Octal | 316 | 241 | 201 | 0 | 26 | 45 | 23 | 31 | 54 | 102 |
| Binary | 11001110 | 10100001 | 10000001 | 0 | 10110 | 100101 | 10011 | 11001 | 101100 | 1000010 |
Color Harmonies of #CEA181
Complementary color
Monochromatic Colors of #CEA181
Black with #CEA181
Text Example
Text Example
White with #CEA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA181; }
p { color: rgb(206,161,129); }
H1.HeaderClassName
{
color: #CEA181;
}
.AnyTagClassName
{
color: #CEA181;
}
</style>
background-color css
<style>
a { background-color: #CEA181; }
a { background-color: rgb(206,161,129); }
div.DivClassName
{
background-color: #CEA181;
}
.BgClassName
{
background-color: #CEA181;
}
</style>
border-color css
<style>
span { border-color: #CEA181; }
span { border-color: rgb(206,161,129); }
td.TdClassName
{
border-color: #CEA181;
}
.TagClassName
{
border-color: #CEA181;
}
</style>