Shades of Rose #CEA396
Tints of Rose #CEA396
RGB
CMYK
RGB Variations
Color information
#CEA396 (or 0xCEA396) is known color: Rose. HEX triplet: CE, A3 and 96. RGB value is (206,163,150). Sum of RGB (Red+Green+Blue) = 206+163+150=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA396 is #315C69. Grayscale: #AEAEAE. Windows color (decimal): -3234922 or 9872334. OLE color: 9872334.
HSL color Cylindrical-coordinate representation of color #CEA396: hue angle of 13.93º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA396 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 150 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.19 |
| HSL | 13.93º | 0.36% | 0.7% | - |
| HSV(B) | 13.93º | 0.27% | 0.81% | - |
| XYZ | 44.06 | 41.52 | 34.55 | - |
| YUV | 174.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 150 | 0 | 0.21 | 0.27 | 0.19 | 13.93 | 0.36 | 0.7 |
| Hex | CE | A3 | 96 | 0 | 15 | 1B | 13 | E | 24 | 46 |
| Octal | 316 | 243 | 226 | 0 | 25 | 33 | 23 | 16 | 44 | 106 |
| Binary | 11001110 | 10100011 | 10010110 | 0 | 10101 | 11011 | 10011 | 1110 | 100100 | 1000110 |
Color Harmonies of #CEA396
Complementary color
Monochromatic Colors of #CEA396
Black with #CEA396
Text Example
Text Example
White with #CEA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA396; }
p { color: rgb(206,163,150); }
H1.HeaderClassName
{
color: #CEA396;
}
.AnyTagClassName
{
color: #CEA396;
}
</style>
background-color css
<style>
a { background-color: #CEA396; }
a { background-color: rgb(206,163,150); }
div.DivClassName
{
background-color: #CEA396;
}
.BgClassName
{
background-color: #CEA396;
}
</style>
border-color css
<style>
span { border-color: #CEA396; }
span { border-color: rgb(206,163,150); }
td.TdClassName
{
border-color: #CEA396;
}
.TagClassName
{
border-color: #CEA396;
}
</style>