Shades of Old Rose #CE304E
Tints of Old Rose #CE304E
RGB
CMYK
RGB Variations
Color information
#CE304E (or 0xCE304E) is known color: Old Rose. HEX triplet: CE, 30 and 4E. RGB value is (206,48,78). Sum of RGB (Red+Green+Blue) = 206+48+78=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE304E is #31CFB1. Grayscale: #626262. Windows color (decimal): -3264434 or 5124302. OLE color: 5124302.
HSL color Cylindrical-coordinate representation of color #CE304E: hue angle of 348.61º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE304E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 78 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.19 |
| HSL | 348.61º | 0.62% | 0.5% | - |
| HSV(B) | 348.61º | 0.77% | 0.81% | - |
| XYZ | 27.89 | 15.79 | 8.78 | - |
| YUV | 98.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 78 | 0 | 0.77 | 0.62 | 0.19 | 348.61 | 0.62 | 0.5 |
| Hex | CE | 30 | 4E | 0 | 4D | 3E | 13 | 15D | 3E | 32 |
| Octal | 316 | 60 | 116 | 0 | 115 | 76 | 23 | 535 | 76 | 62 |
| Binary | 11001110 | 110000 | 1001110 | 0 | 1001101 | 111110 | 10011 | 101011101 | 111110 | 110010 |
Color Harmonies of #CE304E
Complementary color
Monochromatic Colors of #CE304E
Black with #CE304E
Text Example
Text Example
White with #CE304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE304E; }
p { color: rgb(206,48,78); }
H1.HeaderClassName
{
color: #CE304E;
}
.AnyTagClassName
{
color: #CE304E;
}
</style>
background-color css
<style>
a { background-color: #CE304E; }
a { background-color: rgb(206,48,78); }
div.DivClassName
{
background-color: #CE304E;
}
.BgClassName
{
background-color: #CE304E;
}
</style>
border-color css
<style>
span { border-color: #CE304E; }
span { border-color: rgb(206,48,78); }
td.TdClassName
{
border-color: #CE304E;
}
.TagClassName
{
border-color: #CE304E;
}
</style>