Shades of Cameo #CEA48A
Tints of Cameo #CEA48A
RGB
CMYK
RGB Variations
Color information
#CEA48A (or 0xCEA48A) is known color: Cameo. HEX triplet: CE, A4 and 8A. RGB value is (206,164,138). Sum of RGB (Red+Green+Blue) = 206+164+138=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA48A is #315B75. Grayscale: #ADADAD. Windows color (decimal): -3234678 or 9086158. OLE color: 9086158.
HSL color Cylindrical-coordinate representation of color #CEA48A: hue angle of 22.94º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA48A is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 138 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.19 |
| HSL | 22.94º | 0.41% | 0.67% | - |
| HSV(B) | 22.94º | 0.33% | 0.81% | - |
| XYZ | 43.32 | 41.51 | 29.77 | - |
| YUV | 173.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 138 | 0 | 0.20 | 0.33 | 0.19 | 22.94 | 0.41 | 0.67 |
| Hex | CE | A4 | 8A | 0 | 14 | 21 | 13 | 17 | 29 | 43 |
| Octal | 316 | 244 | 212 | 0 | 24 | 41 | 23 | 27 | 51 | 103 |
| Binary | 11001110 | 10100100 | 10001010 | 0 | 10100 | 100001 | 10011 | 10111 | 101001 | 1000011 |
Color Harmonies of #CEA48A
Complementary color
Monochromatic Colors of #CEA48A
Black with #CEA48A
Text Example
Text Example
White with #CEA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA48A; }
p { color: rgb(206,164,138); }
H1.HeaderClassName
{
color: #CEA48A;
}
.AnyTagClassName
{
color: #CEA48A;
}
</style>
background-color css
<style>
a { background-color: #CEA48A; }
a { background-color: rgb(206,164,138); }
div.DivClassName
{
background-color: #CEA48A;
}
.BgClassName
{
background-color: #CEA48A;
}
</style>
border-color css
<style>
span { border-color: #CEA48A; }
span { border-color: rgb(206,164,138); }
td.TdClassName
{
border-color: #CEA48A;
}
.TagClassName
{
border-color: #CEA48A;
}
</style>