Shades of Rose #CEA893
Tints of Rose #CEA893
RGB
CMYK
RGB Variations
Color information
#CEA893 (or 0xCEA893) is known color: Rose. HEX triplet: CE, A8 and 93. RGB value is (206,168,147). Sum of RGB (Red+Green+Blue) = 206+168+147=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA893 is #31576C. Grayscale: #B1B1B1. Windows color (decimal): -3233645 or 9677006. OLE color: 9677006.
HSL color Cylindrical-coordinate representation of color #CEA893: hue angle of 21.36º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA893 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 147 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.19 |
| HSL | 21.36º | 0.38% | 0.69% | - |
| HSV(B) | 21.36º | 0.29% | 0.81% | - |
| XYZ | 44.72 | 43.23 | 33.59 | - |
| YUV | 176.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 147 | 0 | 0.18 | 0.29 | 0.19 | 21.36 | 0.38 | 0.69 |
| Hex | CE | A8 | 93 | 0 | 12 | 1D | 13 | 15 | 26 | 45 |
| Octal | 316 | 250 | 223 | 0 | 22 | 35 | 23 | 25 | 46 | 105 |
| Binary | 11001110 | 10101000 | 10010011 | 0 | 10010 | 11101 | 10011 | 10101 | 100110 | 1000101 |
Color Harmonies of #CEA893
Complementary color
Monochromatic Colors of #CEA893
Black with #CEA893
Text Example
Text Example
White with #CEA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA893; }
p { color: rgb(206,168,147); }
H1.HeaderClassName
{
color: #CEA893;
}
.AnyTagClassName
{
color: #CEA893;
}
</style>
background-color css
<style>
a { background-color: #CEA893; }
a { background-color: rgb(206,168,147); }
div.DivClassName
{
background-color: #CEA893;
}
.BgClassName
{
background-color: #CEA893;
}
</style>
border-color css
<style>
span { border-color: #CEA893; }
span { border-color: rgb(206,168,147); }
td.TdClassName
{
border-color: #CEA893;
}
.TagClassName
{
border-color: #CEA893;
}
</style>