Shades of Rose #CE9F8D
Tints of Rose #CE9F8D
RGB
CMYK
RGB Variations
Color information
#CE9F8D (or 0xCE9F8D) is known color: Rose. HEX triplet: CE, 9F and 8D. RGB value is (206,159,141). Sum of RGB (Red+Green+Blue) = 206+159+141=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F8D is #316072. Grayscale: #ABABAB. Windows color (decimal): -3235955 or 9281486. OLE color: 9281486.
HSL color Cylindrical-coordinate representation of color #CE9F8D: hue angle of 16.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE9F8D is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 141 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.19 |
| HSL | 16.62º | 0.4% | 0.68% | - |
| HSV(B) | 16.62º | 0.32% | 0.81% | - |
| XYZ | 42.66 | 39.84 | 30.64 | - |
| YUV | 171 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 141 | 0 | 0.23 | 0.32 | 0.19 | 16.62 | 0.4 | 0.68 |
| Hex | CE | 9F | 8D | 0 | 17 | 20 | 13 | 11 | 28 | 44 |
| Octal | 316 | 237 | 215 | 0 | 27 | 40 | 23 | 21 | 50 | 104 |
| Binary | 11001110 | 10011111 | 10001101 | 0 | 10111 | 100000 | 10011 | 10001 | 101000 | 1000100 |
Color Harmonies of #CE9F8D
Complementary color
Monochromatic Colors of #CE9F8D
Black with #CE9F8D
Text Example
Text Example
White with #CE9F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F8D; }
p { color: rgb(206,159,141); }
H1.HeaderClassName
{
color: #CE9F8D;
}
.AnyTagClassName
{
color: #CE9F8D;
}
</style>
background-color css
<style>
a { background-color: #CE9F8D; }
a { background-color: rgb(206,159,141); }
div.DivClassName
{
background-color: #CE9F8D;
}
.BgClassName
{
background-color: #CE9F8D;
}
</style>
border-color css
<style>
span { border-color: #CE9F8D; }
span { border-color: rgb(206,159,141); }
td.TdClassName
{
border-color: #CE9F8D;
}
.TagClassName
{
border-color: #CE9F8D;
}
</style>