Shades of Rose #CE9F8E
Tints of Rose #CE9F8E
RGB
CMYK
RGB Variations
Color information
#CE9F8E (or 0xCE9F8E) is known color: Rose. HEX triplet: CE, 9F and 8E. RGB value is (206,159,142). Sum of RGB (Red+Green+Blue) = 206+159+142=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F8E is #316071. Grayscale: #ABABAB. Windows color (decimal): -3235954 or 9347022. OLE color: 9347022.
HSL color Cylindrical-coordinate representation of color #CE9F8E: hue angle of 15.94º 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 #CE9F8E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 142 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.19 |
| HSL | 15.94º | 0.4% | 0.68% | - |
| HSV(B) | 15.94º | 0.31% | 0.81% | - |
| XYZ | 42.73 | 39.87 | 31.03 | - |
| YUV | 171.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 142 | 0 | 0.23 | 0.31 | 0.19 | 15.94 | 0.4 | 0.68 |
| Hex | CE | 9F | 8E | 0 | 17 | 1F | 13 | 10 | 28 | 44 |
| Octal | 316 | 237 | 216 | 0 | 27 | 37 | 23 | 20 | 50 | 104 |
| Binary | 11001110 | 10011111 | 10001110 | 0 | 10111 | 11111 | 10011 | 10000 | 101000 | 1000100 |
Color Harmonies of #CE9F8E
Complementary color
Monochromatic Colors of #CE9F8E
Black with #CE9F8E
Text Example
Text Example
White with #CE9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F8E; }
p { color: rgb(206,159,142); }
H1.HeaderClassName
{
color: #CE9F8E;
}
.AnyTagClassName
{
color: #CE9F8E;
}
</style>
background-color css
<style>
a { background-color: #CE9F8E; }
a { background-color: rgb(206,159,142); }
div.DivClassName
{
background-color: #CE9F8E;
}
.BgClassName
{
background-color: #CE9F8E;
}
</style>
border-color css
<style>
span { border-color: #CE9F8E; }
span { border-color: rgb(206,159,142); }
td.TdClassName
{
border-color: #CE9F8E;
}
.TagClassName
{
border-color: #CE9F8E;
}
</style>