Shades of Old Rose #CE3453
Tints of Old Rose #CE3453
RGB
CMYK
RGB Variations
Color information
#CE3453 (or 0xCE3453) is known color: Old Rose. HEX triplet: CE, 34 and 53. RGB value is (206,52,83). Sum of RGB (Red+Green+Blue) = 206+52+83=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3453 is #31CBAC. Grayscale: #656565. Windows color (decimal): -3263405 or 5453006. OLE color: 5453006.
HSL color Cylindrical-coordinate representation of color #CE3453: hue angle of 347.92º 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 #CE3453 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 83 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.19 |
| HSL | 347.92º | 0.61% | 0.51% | - |
| HSV(B) | 347.92º | 0.75% | 0.81% | - |
| XYZ | 28.24 | 16.2 | 9.82 | - |
| YUV | 101.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 83 | 0 | 0.75 | 0.60 | 0.19 | 347.92 | 0.61 | 0.51 |
| Hex | CE | 34 | 53 | 0 | 4B | 3C | 13 | 15C | 3D | 33 |
| Octal | 316 | 64 | 123 | 0 | 113 | 74 | 23 | 534 | 75 | 63 |
| Binary | 11001110 | 110100 | 1010011 | 0 | 1001011 | 111100 | 10011 | 101011100 | 111101 | 110011 |
Color Harmonies of #CE3453
Complementary color
Monochromatic Colors of #CE3453
Black with #CE3453
Text Example
Text Example
White with #CE3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3453; }
p { color: rgb(206,52,83); }
H1.HeaderClassName
{
color: #CE3453;
}
.AnyTagClassName
{
color: #CE3453;
}
</style>
background-color css
<style>
a { background-color: #CE3453; }
a { background-color: rgb(206,52,83); }
div.DivClassName
{
background-color: #CE3453;
}
.BgClassName
{
background-color: #CE3453;
}
</style>
border-color css
<style>
span { border-color: #CE3453; }
span { border-color: rgb(206,52,83); }
td.TdClassName
{
border-color: #CE3453;
}
.TagClassName
{
border-color: #CE3453;
}
</style>