Shades of Rose #CE9B8E
Tints of Rose #CE9B8E
RGB
CMYK
RGB Variations
Color information
#CE9B8E (or 0xCE9B8E) is known color: Rose. HEX triplet: CE, 9B and 8E. RGB value is (206,155,142). Sum of RGB (Red+Green+Blue) = 206+155+142=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9B8E is #316471. Grayscale: #A8A8A8. Windows color (decimal): -3236978 or 9345998. OLE color: 9345998.
HSL color Cylindrical-coordinate representation of color #CE9B8E: hue angle of 12.19º 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 #CE9B8E is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 142 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.19 |
| HSL | 12.19º | 0.4% | 0.68% | - |
| HSV(B) | 12.19º | 0.31% | 0.81% | - |
| XYZ | 42.06 | 38.52 | 30.81 | - |
| YUV | 168.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 142 | 0 | 0.25 | 0.31 | 0.19 | 12.19 | 0.4 | 0.68 |
| Hex | CE | 9B | 8E | 0 | 19 | 1F | 13 | C | 28 | 44 |
| Octal | 316 | 233 | 216 | 0 | 31 | 37 | 23 | 14 | 50 | 104 |
| Binary | 11001110 | 10011011 | 10001110 | 0 | 11001 | 11111 | 10011 | 1100 | 101000 | 1000100 |
Color Harmonies of #CE9B8E
Complementary color
Monochromatic Colors of #CE9B8E
Black with #CE9B8E
Text Example
Text Example
White with #CE9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B8E; }
p { color: rgb(206,155,142); }
H1.HeaderClassName
{
color: #CE9B8E;
}
.AnyTagClassName
{
color: #CE9B8E;
}
</style>
background-color css
<style>
a { background-color: #CE9B8E; }
a { background-color: rgb(206,155,142); }
div.DivClassName
{
background-color: #CE9B8E;
}
.BgClassName
{
background-color: #CE9B8E;
}
</style>
border-color css
<style>
span { border-color: #CE9B8E; }
span { border-color: rgb(206,155,142); }
td.TdClassName
{
border-color: #CE9B8E;
}
.TagClassName
{
border-color: #CE9B8E;
}
</style>