Shades of Rose #CE9E8F
Tints of Rose #CE9E8F
RGB
CMYK
RGB Variations
Color information
#CE9E8F (or 0xCE9E8F) is known color: Rose. HEX triplet: CE, 9E and 8F. RGB value is (206,158,143). Sum of RGB (Red+Green+Blue) = 206+158+143=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E8F is #316170. Grayscale: #AAAAAA. Windows color (decimal): -3236209 or 9412302. OLE color: 9412302.
HSL color Cylindrical-coordinate representation of color #CE9E8F: hue angle of 14.29º degrees, saturation: 0.39, 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 #CE9E8F is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 143 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.19 |
| HSL | 14.29º | 0.39% | 0.68% | - |
| HSV(B) | 14.29º | 0.31% | 0.81% | - |
| XYZ | 42.64 | 39.56 | 31.37 | - |
| YUV | 170.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 143 | 0 | 0.23 | 0.31 | 0.19 | 14.29 | 0.39 | 0.68 |
| Hex | CE | 9E | 8F | 0 | 17 | 1F | 13 | E | 27 | 44 |
| Octal | 316 | 236 | 217 | 0 | 27 | 37 | 23 | 16 | 47 | 104 |
| Binary | 11001110 | 10011110 | 10001111 | 0 | 10111 | 11111 | 10011 | 1110 | 100111 | 1000100 |
Color Harmonies of #CE9E8F
Complementary color
Monochromatic Colors of #CE9E8F
Black with #CE9E8F
Text Example
Text Example
White with #CE9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E8F; }
p { color: rgb(206,158,143); }
H1.HeaderClassName
{
color: #CE9E8F;
}
.AnyTagClassName
{
color: #CE9E8F;
}
</style>
background-color css
<style>
a { background-color: #CE9E8F; }
a { background-color: rgb(206,158,143); }
div.DivClassName
{
background-color: #CE9E8F;
}
.BgClassName
{
background-color: #CE9E8F;
}
</style>
border-color css
<style>
span { border-color: #CE9E8F; }
span { border-color: rgb(206,158,143); }
td.TdClassName
{
border-color: #CE9E8F;
}
.TagClassName
{
border-color: #CE9E8F;
}
</style>