Shades of Rose #CE9A95
Tints of Rose #CE9A95
RGB
CMYK
RGB Variations
Color information
#CE9A95 (or 0xCE9A95) is known color: Rose. HEX triplet: CE, 9A and 95. RGB value is (206,154,149). Sum of RGB (Red+Green+Blue) = 206+154+149=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A95 is #31656A. Grayscale: #A9A9A9. Windows color (decimal): -3237227 or 9804494. OLE color: 9804494.
HSL color Cylindrical-coordinate representation of color #CE9A95: hue angle of 5.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9A95 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 149 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.19 |
| HSL | 5.26º | 0.37% | 0.7% | - |
| HSV(B) | 5.26º | 0.28% | 0.81% | - |
| XYZ | 42.43 | 38.4 | 33.61 | - |
| YUV | 168.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 149 | 0 | 0.25 | 0.28 | 0.19 | 5.26 | 0.37 | 0.7 |
| Hex | CE | 9A | 95 | 0 | 19 | 1C | 13 | 5 | 25 | 46 |
| Octal | 316 | 232 | 225 | 0 | 31 | 34 | 23 | 5 | 45 | 106 |
| Binary | 11001110 | 10011010 | 10010101 | 0 | 11001 | 11100 | 10011 | 101 | 100101 | 1000110 |
Color Harmonies of #CE9A95
Complementary color
Monochromatic Colors of #CE9A95
Black with #CE9A95
Text Example
Text Example
White with #CE9A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A95; }
p { color: rgb(206,154,149); }
H1.HeaderClassName
{
color: #CE9A95;
}
.AnyTagClassName
{
color: #CE9A95;
}
</style>
background-color css
<style>
a { background-color: #CE9A95; }
a { background-color: rgb(206,154,149); }
div.DivClassName
{
background-color: #CE9A95;
}
.BgClassName
{
background-color: #CE9A95;
}
</style>
border-color css
<style>
span { border-color: #CE9A95; }
span { border-color: rgb(206,154,149); }
td.TdClassName
{
border-color: #CE9A95;
}
.TagClassName
{
border-color: #CE9A95;
}
</style>