Shades of Rose #CE9F94
Tints of Rose #CE9F94
RGB
CMYK
RGB Variations
Color information
#CE9F94 (or 0xCE9F94) is known color: Rose. HEX triplet: CE, 9F and 94. RGB value is (206,159,148). Sum of RGB (Red+Green+Blue) = 206+159+148=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F94 is #31606B. Grayscale: #ABABAB. Windows color (decimal): -3235948 or 9740238. OLE color: 9740238.
HSL color Cylindrical-coordinate representation of color #CE9F94: hue angle of 11.38º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9F94 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 148 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.19 |
| HSL | 11.38º | 0.37% | 0.69% | - |
| HSV(B) | 11.38º | 0.28% | 0.81% | - |
| XYZ | 43.2 | 40.06 | 33.47 | - |
| YUV | 171.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 148 | 0 | 0.23 | 0.28 | 0.19 | 11.38 | 0.37 | 0.69 |
| Hex | CE | 9F | 94 | 0 | 17 | 1C | 13 | B | 25 | 45 |
| Octal | 316 | 237 | 224 | 0 | 27 | 34 | 23 | 13 | 45 | 105 |
| Binary | 11001110 | 10011111 | 10010100 | 0 | 10111 | 11100 | 10011 | 1011 | 100101 | 1000101 |
Color Harmonies of #CE9F94
Complementary color
Monochromatic Colors of #CE9F94
Black with #CE9F94
Text Example
Text Example
White with #CE9F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F94; }
p { color: rgb(206,159,148); }
H1.HeaderClassName
{
color: #CE9F94;
}
.AnyTagClassName
{
color: #CE9F94;
}
</style>
background-color css
<style>
a { background-color: #CE9F94; }
a { background-color: rgb(206,159,148); }
div.DivClassName
{
background-color: #CE9F94;
}
.BgClassName
{
background-color: #CE9F94;
}
</style>
border-color css
<style>
span { border-color: #CE9F94; }
span { border-color: rgb(206,159,148); }
td.TdClassName
{
border-color: #CE9F94;
}
.TagClassName
{
border-color: #CE9F94;
}
</style>