Shades of Rose #CE998E
Tints of Rose #CE998E
RGB
CMYK
RGB Variations
Color information
#CE998E (or 0xCE998E) is known color: Rose. HEX triplet: CE, 99 and 8E. RGB value is (206,153,142). Sum of RGB (Red+Green+Blue) = 206+153+142=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE998E is #316671. Grayscale: #A7A7A7. Windows color (decimal): -3237490 or 9345486. OLE color: 9345486.
HSL color Cylindrical-coordinate representation of color #CE998E: hue angle of 10.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE998E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 142 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.19 |
| HSL | 10.31º | 0.4% | 0.68% | - |
| HSV(B) | 10.31º | 0.31% | 0.81% | - |
| XYZ | 41.73 | 37.86 | 30.7 | - |
| YUV | 167.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 142 | 0 | 0.26 | 0.31 | 0.19 | 10.31 | 0.4 | 0.68 |
| Hex | CE | 99 | 8E | 0 | 1A | 1F | 13 | A | 28 | 44 |
| Octal | 316 | 231 | 216 | 0 | 32 | 37 | 23 | 12 | 50 | 104 |
| Binary | 11001110 | 10011001 | 10001110 | 0 | 11010 | 11111 | 10011 | 1010 | 101000 | 1000100 |
Color Harmonies of #CE998E
Complementary color
Monochromatic Colors of #CE998E
Black with #CE998E
Text Example
Text Example
White with #CE998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE998E; }
p { color: rgb(206,153,142); }
H1.HeaderClassName
{
color: #CE998E;
}
.AnyTagClassName
{
color: #CE998E;
}
</style>
background-color css
<style>
a { background-color: #CE998E; }
a { background-color: rgb(206,153,142); }
div.DivClassName
{
background-color: #CE998E;
}
.BgClassName
{
background-color: #CE998E;
}
</style>
border-color css
<style>
span { border-color: #CE998E; }
span { border-color: rgb(206,153,142); }
td.TdClassName
{
border-color: #CE998E;
}
.TagClassName
{
border-color: #CE998E;
}
</style>