Shades of Cameo #CEA376
Tints of Cameo #CEA376
RGB
CMYK
RGB Variations
Color information
#CEA376 (or 0xCEA376) is known color: Cameo. HEX triplet: CE, A3 and 76. RGB value is (206,163,118). Sum of RGB (Red+Green+Blue) = 206+163+118=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA376 is #315C89. Grayscale: #AAAAAA. Windows color (decimal): -3234954 or 7775182. OLE color: 7775182.
HSL color Cylindrical-coordinate representation of color #CEA376: hue angle of 30.68º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEA376 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 118 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.19 |
| HSL | 30.68º | 0.47% | 0.64% | - |
| HSV(B) | 30.68º | 0.43% | 0.81% | - |
| XYZ | 41.82 | 40.62 | 22.78 | - |
| YUV | 170.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 118 | 0 | 0.21 | 0.43 | 0.19 | 30.68 | 0.47 | 0.64 |
| Hex | CE | A3 | 76 | 0 | 15 | 2B | 13 | 1F | 2F | 40 |
| Octal | 316 | 243 | 166 | 0 | 25 | 53 | 23 | 37 | 57 | 100 |
| Binary | 11001110 | 10100011 | 1110110 | 0 | 10101 | 101011 | 10011 | 11111 | 101111 | 1000000 |
Color Harmonies of #CEA376
Complementary color
Monochromatic Colors of #CEA376
Black with #CEA376
Text Example
Text Example
White with #CEA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA376; }
p { color: rgb(206,163,118); }
H1.HeaderClassName
{
color: #CEA376;
}
.AnyTagClassName
{
color: #CEA376;
}
</style>
background-color css
<style>
a { background-color: #CEA376; }
a { background-color: rgb(206,163,118); }
div.DivClassName
{
background-color: #CEA376;
}
.BgClassName
{
background-color: #CEA376;
}
</style>
border-color css
<style>
span { border-color: #CEA376; }
span { border-color: rgb(206,163,118); }
td.TdClassName
{
border-color: #CEA376;
}
.TagClassName
{
border-color: #CEA376;
}
</style>