Shades of Rose #CE9F8C
Tints of Rose #CE9F8C
RGB
CMYK
RGB Variations
Color information
#CE9F8C (or 0xCE9F8C) is known color: Rose. HEX triplet: CE, 9F and 8C. RGB value is (206,159,140). Sum of RGB (Red+Green+Blue) = 206+159+140=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F8C is #316073. Grayscale: #ABABAB. Windows color (decimal): -3235956 or 9215950. OLE color: 9215950.
HSL color Cylindrical-coordinate representation of color #CE9F8C: hue angle of 17.27º 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 #CE9F8C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 140 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.19 |
| HSL | 17.27º | 0.4% | 0.68% | - |
| HSV(B) | 17.27º | 0.32% | 0.81% | - |
| XYZ | 42.59 | 39.81 | 30.25 | - |
| YUV | 170.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 140 | 0 | 0.23 | 0.32 | 0.19 | 17.27 | 0.4 | 0.68 |
| Hex | CE | 9F | 8C | 0 | 17 | 20 | 13 | 11 | 28 | 44 |
| Octal | 316 | 237 | 214 | 0 | 27 | 40 | 23 | 21 | 50 | 104 |
| Binary | 11001110 | 10011111 | 10001100 | 0 | 10111 | 100000 | 10011 | 10001 | 101000 | 1000100 |
Color Harmonies of #CE9F8C
Complementary color
Monochromatic Colors of #CE9F8C
Black with #CE9F8C
Text Example
Text Example
White with #CE9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F8C; }
p { color: rgb(206,159,140); }
H1.HeaderClassName
{
color: #CE9F8C;
}
.AnyTagClassName
{
color: #CE9F8C;
}
</style>
background-color css
<style>
a { background-color: #CE9F8C; }
a { background-color: rgb(206,159,140); }
div.DivClassName
{
background-color: #CE9F8C;
}
.BgClassName
{
background-color: #CE9F8C;
}
</style>
border-color css
<style>
span { border-color: #CE9F8C; }
span { border-color: rgb(206,159,140); }
td.TdClassName
{
border-color: #CE9F8C;
}
.TagClassName
{
border-color: #CE9F8C;
}
</style>