Shades of Cameo #CEA883
Tints of Cameo #CEA883
RGB
CMYK
RGB Variations
Color information
#CEA883 (or 0xCEA883) is known color: Cameo. HEX triplet: CE, A8 and 83. RGB value is (206,168,131). Sum of RGB (Red+Green+Blue) = 206+168+131=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA883 is #31577C. Grayscale: #AFAFAF. Windows color (decimal): -3233661 or 8628430. OLE color: 8628430.
HSL color Cylindrical-coordinate representation of color #CEA883: hue angle of 29.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA883 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 131 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.19 |
| HSL | 29.6º | 0.43% | 0.66% | - |
| HSV(B) | 29.6º | 0.36% | 0.81% | - |
| XYZ | 43.55 | 42.77 | 27.43 | - |
| YUV | 175.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 131 | 0 | 0.18 | 0.36 | 0.19 | 29.6 | 0.43 | 0.66 |
| Hex | CE | A8 | 83 | 0 | 12 | 24 | 13 | 1E | 2B | 42 |
| Octal | 316 | 250 | 203 | 0 | 22 | 44 | 23 | 36 | 53 | 102 |
| Binary | 11001110 | 10101000 | 10000011 | 0 | 10010 | 100100 | 10011 | 11110 | 101011 | 1000010 |
Color Harmonies of #CEA883
Complementary color
Monochromatic Colors of #CEA883
Black with #CEA883
Text Example
Text Example
White with #CEA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA883; }
p { color: rgb(206,168,131); }
H1.HeaderClassName
{
color: #CEA883;
}
.AnyTagClassName
{
color: #CEA883;
}
</style>
background-color css
<style>
a { background-color: #CEA883; }
a { background-color: rgb(206,168,131); }
div.DivClassName
{
background-color: #CEA883;
}
.BgClassName
{
background-color: #CEA883;
}
</style>
border-color css
<style>
span { border-color: #CEA883; }
span { border-color: rgb(206,168,131); }
td.TdClassName
{
border-color: #CEA883;
}
.TagClassName
{
border-color: #CEA883;
}
</style>