Shades of Cameo #CEA378
Tints of Cameo #CEA378
RGB
CMYK
RGB Variations
Color information
#CEA378 (or 0xCEA378) is known color: Cameo. HEX triplet: CE, A3 and 78. RGB value is (206,163,120). Sum of RGB (Red+Green+Blue) = 206+163+120=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA378 is #315C87. Grayscale: #ABABAB. Windows color (decimal): -3234952 or 7906254. OLE color: 7906254.
HSL color Cylindrical-coordinate representation of color #CEA378: hue angle of 30º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEA378 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 120 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.19 |
| HSL | 30º | 0.47% | 0.64% | - |
| HSV(B) | 30º | 0.42% | 0.81% | - |
| XYZ | 41.94 | 40.67 | 23.41 | - |
| YUV | 170.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 120 | 0 | 0.21 | 0.42 | 0.19 | 30 | 0.47 | 0.64 |
| Hex | CE | A3 | 78 | 0 | 15 | 2A | 13 | 1E | 2F | 40 |
| Octal | 316 | 243 | 170 | 0 | 25 | 52 | 23 | 36 | 57 | 100 |
| Binary | 11001110 | 10100011 | 1111000 | 0 | 10101 | 101010 | 10011 | 11110 | 101111 | 1000000 |
Color Harmonies of #CEA378
Complementary color
Monochromatic Colors of #CEA378
Black with #CEA378
Text Example
Text Example
White with #CEA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA378; }
p { color: rgb(206,163,120); }
H1.HeaderClassName
{
color: #CEA378;
}
.AnyTagClassName
{
color: #CEA378;
}
</style>
background-color css
<style>
a { background-color: #CEA378; }
a { background-color: rgb(206,163,120); }
div.DivClassName
{
background-color: #CEA378;
}
.BgClassName
{
background-color: #CEA378;
}
</style>
border-color css
<style>
span { border-color: #CEA378; }
span { border-color: rgb(206,163,120); }
td.TdClassName
{
border-color: #CEA378;
}
.TagClassName
{
border-color: #CEA378;
}
</style>