Shades of Old Rose #CE3A51
Tints of Old Rose #CE3A51
RGB
CMYK
RGB Variations
Color information
#CE3A51 (or 0xCE3A51) is known color: Old Rose. HEX triplet: CE, 3A and 51. RGB value is (206,58,81). Sum of RGB (Red+Green+Blue) = 206+58+81=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A51 is #31C5AE. Grayscale: #686868. Windows color (decimal): -3261871 or 5323470. OLE color: 5323470.
HSL color Cylindrical-coordinate representation of color #CE3A51: hue angle of 350.68º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A51 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 81 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.19 |
| HSL | 350.68º | 0.6% | 0.52% | - |
| HSV(B) | 350.68º | 0.72% | 0.81% | - |
| XYZ | 28.45 | 16.74 | 9.52 | - |
| YUV | 104.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 81 | 0 | 0.72 | 0.61 | 0.19 | 350.68 | 0.6 | 0.52 |
| Hex | CE | 3A | 51 | 0 | 48 | 3D | 13 | 15F | 3C | 34 |
| Octal | 316 | 72 | 121 | 0 | 110 | 75 | 23 | 537 | 74 | 64 |
| Binary | 11001110 | 111010 | 1010001 | 0 | 1001000 | 111101 | 10011 | 101011111 | 111100 | 110100 |
Color Harmonies of #CE3A51
Complementary color
Monochromatic Colors of #CE3A51
Black with #CE3A51
Text Example
Text Example
White with #CE3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A51; }
p { color: rgb(206,58,81); }
H1.HeaderClassName
{
color: #CE3A51;
}
.AnyTagClassName
{
color: #CE3A51;
}
</style>
background-color css
<style>
a { background-color: #CE3A51; }
a { background-color: rgb(206,58,81); }
div.DivClassName
{
background-color: #CE3A51;
}
.BgClassName
{
background-color: #CE3A51;
}
</style>
border-color css
<style>
span { border-color: #CE3A51; }
span { border-color: rgb(206,58,81); }
td.TdClassName
{
border-color: #CE3A51;
}
.TagClassName
{
border-color: #CE3A51;
}
</style>