Shades of Rose #CE9C8D
Tints of Rose #CE9C8D
RGB
CMYK
RGB Variations
Color information
#CE9C8D (or 0xCE9C8D) is known color: Rose. HEX triplet: CE, 9C and 8D. RGB value is (206,156,141). Sum of RGB (Red+Green+Blue) = 206+156+141=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C8D is #316372. Grayscale: #A9A9A9. Windows color (decimal): -3236723 or 9280718. OLE color: 9280718.
HSL color Cylindrical-coordinate representation of color #CE9C8D: hue angle of 13.85º 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 #CE9C8D is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 141 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.19 |
| HSL | 13.85º | 0.4% | 0.68% | - |
| HSV(B) | 13.85º | 0.32% | 0.81% | - |
| XYZ | 42.15 | 38.82 | 30.47 | - |
| YUV | 169.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 141 | 0 | 0.24 | 0.32 | 0.19 | 13.85 | 0.4 | 0.68 |
| Hex | CE | 9C | 8D | 0 | 18 | 20 | 13 | E | 28 | 44 |
| Octal | 316 | 234 | 215 | 0 | 30 | 40 | 23 | 16 | 50 | 104 |
| Binary | 11001110 | 10011100 | 10001101 | 0 | 11000 | 100000 | 10011 | 1110 | 101000 | 1000100 |
Color Harmonies of #CE9C8D
Complementary color
Monochromatic Colors of #CE9C8D
Black with #CE9C8D
Text Example
Text Example
White with #CE9C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C8D; }
p { color: rgb(206,156,141); }
H1.HeaderClassName
{
color: #CE9C8D;
}
.AnyTagClassName
{
color: #CE9C8D;
}
</style>
background-color css
<style>
a { background-color: #CE9C8D; }
a { background-color: rgb(206,156,141); }
div.DivClassName
{
background-color: #CE9C8D;
}
.BgClassName
{
background-color: #CE9C8D;
}
</style>
border-color css
<style>
span { border-color: #CE9C8D; }
span { border-color: rgb(206,156,141); }
td.TdClassName
{
border-color: #CE9C8D;
}
.TagClassName
{
border-color: #CE9C8D;
}
</style>