Shades of Rose #CE9C97
Tints of Rose #CE9C97
RGB
CMYK
RGB Variations
Color information
#CE9C97 (or 0xCE9C97) is known color: Rose. HEX triplet: CE, 9C and 97. RGB value is (206,156,151). Sum of RGB (Red+Green+Blue) = 206+156+151=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C97 is #316368. Grayscale: #AAAAAA. Windows color (decimal): -3236713 or 9936078. OLE color: 9936078.
HSL color Cylindrical-coordinate representation of color #CE9C97: hue angle of 5.45º 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 #CE9C97 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 151 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.19 |
| HSL | 5.45º | 0.36% | 0.7% | - |
| HSV(B) | 5.45º | 0.27% | 0.81% | - |
| XYZ | 42.93 | 39.13 | 34.57 | - |
| YUV | 170.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 151 | 0 | 0.24 | 0.27 | 0.19 | 5.45 | 0.36 | 0.7 |
| Hex | CE | 9C | 97 | 0 | 18 | 1B | 13 | 5 | 24 | 46 |
| Octal | 316 | 234 | 227 | 0 | 30 | 33 | 23 | 5 | 44 | 106 |
| Binary | 11001110 | 10011100 | 10010111 | 0 | 11000 | 11011 | 10011 | 101 | 100100 | 1000110 |
Color Harmonies of #CE9C97
Complementary color
Monochromatic Colors of #CE9C97
Black with #CE9C97
Text Example
Text Example
White with #CE9C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C97; }
p { color: rgb(206,156,151); }
H1.HeaderClassName
{
color: #CE9C97;
}
.AnyTagClassName
{
color: #CE9C97;
}
</style>
background-color css
<style>
a { background-color: #CE9C97; }
a { background-color: rgb(206,156,151); }
div.DivClassName
{
background-color: #CE9C97;
}
.BgClassName
{
background-color: #CE9C97;
}
</style>
border-color css
<style>
span { border-color: #CE9C97; }
span { border-color: rgb(206,156,151); }
td.TdClassName
{
border-color: #CE9C97;
}
.TagClassName
{
border-color: #CE9C97;
}
</style>