Shades of Rose #CE9992
Tints of Rose #CE9992
RGB
CMYK
RGB Variations
Color information
#CE9992 (or 0xCE9992) is known color: Rose. HEX triplet: CE, 99 and 92. RGB value is (206,153,146). Sum of RGB (Red+Green+Blue) = 206+153+146=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9992 is #31666D. Grayscale: #A8A8A8. Windows color (decimal): -3237486 or 9607630. OLE color: 9607630.
HSL color Cylindrical-coordinate representation of color #CE9992: hue angle of 7º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9992 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 146 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.19 |
| HSL | 7º | 0.38% | 0.69% | - |
| HSV(B) | 7º | 0.29% | 0.81% | - |
| XYZ | 42.03 | 37.98 | 32.31 | - |
| YUV | 168.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 146 | 0 | 0.26 | 0.29 | 0.19 | 7 | 0.38 | 0.69 |
| Hex | CE | 99 | 92 | 0 | 1A | 1D | 13 | 7 | 26 | 45 |
| Octal | 316 | 231 | 222 | 0 | 32 | 35 | 23 | 7 | 46 | 105 |
| Binary | 11001110 | 10011001 | 10010010 | 0 | 11010 | 11101 | 10011 | 111 | 100110 | 1000101 |
Color Harmonies of #CE9992
Complementary color
Monochromatic Colors of #CE9992
Black with #CE9992
Text Example
Text Example
White with #CE9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9992; }
p { color: rgb(206,153,146); }
H1.HeaderClassName
{
color: #CE9992;
}
.AnyTagClassName
{
color: #CE9992;
}
</style>
background-color css
<style>
a { background-color: #CE9992; }
a { background-color: rgb(206,153,146); }
div.DivClassName
{
background-color: #CE9992;
}
.BgClassName
{
background-color: #CE9992;
}
</style>
border-color css
<style>
span { border-color: #CE9992; }
span { border-color: rgb(206,153,146); }
td.TdClassName
{
border-color: #CE9992;
}
.TagClassName
{
border-color: #CE9992;
}
</style>