Shades of Old Rose #CE3451
Tints of Old Rose #CE3451
RGB
CMYK
RGB Variations
Color information
#CE3451 (or 0xCE3451) is known color: Old Rose. HEX triplet: CE, 34 and 51. RGB value is (206,52,81). Sum of RGB (Red+Green+Blue) = 206+52+81=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3451 is #31CBAE. Grayscale: #656565. Windows color (decimal): -3263407 or 5321934. OLE color: 5321934.
HSL color Cylindrical-coordinate representation of color #CE3451: hue angle of 348.7º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3451 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 81 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.19 |
| HSL | 348.7º | 0.61% | 0.51% | - |
| HSV(B) | 348.7º | 0.75% | 0.81% | - |
| XYZ | 28.17 | 16.17 | 9.42 | - |
| YUV | 101.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 81 | 0 | 0.75 | 0.61 | 0.19 | 348.7 | 0.61 | 0.51 |
| Hex | CE | 34 | 51 | 0 | 4B | 3D | 13 | 15D | 3D | 33 |
| Octal | 316 | 64 | 121 | 0 | 113 | 75 | 23 | 535 | 75 | 63 |
| Binary | 11001110 | 110100 | 1010001 | 0 | 1001011 | 111101 | 10011 | 101011101 | 111101 | 110011 |
Color Harmonies of #CE3451
Complementary color
Monochromatic Colors of #CE3451
Black with #CE3451
Text Example
Text Example
White with #CE3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3451; }
p { color: rgb(206,52,81); }
H1.HeaderClassName
{
color: #CE3451;
}
.AnyTagClassName
{
color: #CE3451;
}
</style>
background-color css
<style>
a { background-color: #CE3451; }
a { background-color: rgb(206,52,81); }
div.DivClassName
{
background-color: #CE3451;
}
.BgClassName
{
background-color: #CE3451;
}
</style>
border-color css
<style>
span { border-color: #CE3451; }
span { border-color: rgb(206,52,81); }
td.TdClassName
{
border-color: #CE3451;
}
.TagClassName
{
border-color: #CE3451;
}
</style>