Shades of Rose #CE9E97
Tints of Rose #CE9E97
RGB
CMYK
RGB Variations
Color information
#CE9E97 (or 0xCE9E97) is known color: Rose. HEX triplet: CE, 9E and 97. RGB value is (206,158,151). Sum of RGB (Red+Green+Blue) = 206+158+151=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E97 is #316168. Grayscale: #ABABAB. Windows color (decimal): -3236201 or 9936590. OLE color: 9936590.
HSL color Cylindrical-coordinate representation of color #CE9E97: hue angle of 7.64º 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 #CE9E97 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 151 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.19 |
| HSL | 7.64º | 0.36% | 0.7% | - |
| HSV(B) | 7.64º | 0.27% | 0.81% | - |
| XYZ | 43.27 | 39.81 | 34.68 | - |
| YUV | 171.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 151 | 0 | 0.23 | 0.27 | 0.19 | 7.64 | 0.36 | 0.7 |
| Hex | CE | 9E | 97 | 0 | 17 | 1B | 13 | 8 | 24 | 46 |
| Octal | 316 | 236 | 227 | 0 | 27 | 33 | 23 | 10 | 44 | 106 |
| Binary | 11001110 | 10011110 | 10010111 | 0 | 10111 | 11011 | 10011 | 1000 | 100100 | 1000110 |
Color Harmonies of #CE9E97
Complementary color
Monochromatic Colors of #CE9E97
Black with #CE9E97
Text Example
Text Example
White with #CE9E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E97; }
p { color: rgb(206,158,151); }
H1.HeaderClassName
{
color: #CE9E97;
}
.AnyTagClassName
{
color: #CE9E97;
}
</style>
background-color css
<style>
a { background-color: #CE9E97; }
a { background-color: rgb(206,158,151); }
div.DivClassName
{
background-color: #CE9E97;
}
.BgClassName
{
background-color: #CE9E97;
}
</style>
border-color css
<style>
span { border-color: #CE9E97; }
span { border-color: rgb(206,158,151); }
td.TdClassName
{
border-color: #CE9E97;
}
.TagClassName
{
border-color: #CE9E97;
}
</style>