Shades of Rose #CEA38E
Tints of Rose #CEA38E
RGB
CMYK
RGB Variations
Color information
#CEA38E (or 0xCEA38E) is known color: Rose. HEX triplet: CE, A3 and 8E. RGB value is (206,163,142). Sum of RGB (Red+Green+Blue) = 206+163+142=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA38E is #315C71. Grayscale: #ADADAD. Windows color (decimal): -3234930 or 9348046. OLE color: 9348046.
HSL color Cylindrical-coordinate representation of color #CEA38E: hue angle of 19.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA38E is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 142 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.19 |
| HSL | 19.69º | 0.4% | 0.68% | - |
| HSV(B) | 19.69º | 0.31% | 0.81% | - |
| XYZ | 43.43 | 41.27 | 31.27 | - |
| YUV | 173.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 142 | 0 | 0.21 | 0.31 | 0.19 | 19.69 | 0.4 | 0.68 |
| Hex | CE | A3 | 8E | 0 | 15 | 1F | 13 | 14 | 28 | 44 |
| Octal | 316 | 243 | 216 | 0 | 25 | 37 | 23 | 24 | 50 | 104 |
| Binary | 11001110 | 10100011 | 10001110 | 0 | 10101 | 11111 | 10011 | 10100 | 101000 | 1000100 |
Color Harmonies of #CEA38E
Complementary color
Monochromatic Colors of #CEA38E
Black with #CEA38E
Text Example
Text Example
White with #CEA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA38E; }
p { color: rgb(206,163,142); }
H1.HeaderClassName
{
color: #CEA38E;
}
.AnyTagClassName
{
color: #CEA38E;
}
</style>
background-color css
<style>
a { background-color: #CEA38E; }
a { background-color: rgb(206,163,142); }
div.DivClassName
{
background-color: #CEA38E;
}
.BgClassName
{
background-color: #CEA38E;
}
</style>
border-color css
<style>
span { border-color: #CEA38E; }
span { border-color: rgb(206,163,142); }
td.TdClassName
{
border-color: #CEA38E;
}
.TagClassName
{
border-color: #CEA38E;
}
</style>