Shades of Old Rose #CE3053
Tints of Old Rose #CE3053
RGB
CMYK
RGB Variations
Color information
#CE3053 (or 0xCE3053) is known color: Old Rose. HEX triplet: CE, 30 and 53. RGB value is (206,48,83). Sum of RGB (Red+Green+Blue) = 206+48+83=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3053 is #31CFAC. Grayscale: #636363. Windows color (decimal): -3264429 or 5451982. OLE color: 5451982.
HSL color Cylindrical-coordinate representation of color #CE3053: hue angle of 346.71º 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 #CE3053 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 83 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.19 |
| HSL | 346.71º | 0.62% | 0.5% | - |
| HSV(B) | 346.71º | 0.77% | 0.81% | - |
| XYZ | 28.07 | 15.86 | 9.77 | - |
| YUV | 99.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 83 | 0 | 0.77 | 0.60 | 0.19 | 346.71 | 0.62 | 0.5 |
| Hex | CE | 30 | 53 | 0 | 4D | 3C | 13 | 15B | 3E | 32 |
| Octal | 316 | 60 | 123 | 0 | 115 | 74 | 23 | 533 | 76 | 62 |
| Binary | 11001110 | 110000 | 1010011 | 0 | 1001101 | 111100 | 10011 | 101011011 | 111110 | 110010 |
Color Harmonies of #CE3053
Complementary color
Monochromatic Colors of #CE3053
Black with #CE3053
Text Example
Text Example
White with #CE3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3053; }
p { color: rgb(206,48,83); }
H1.HeaderClassName
{
color: #CE3053;
}
.AnyTagClassName
{
color: #CE3053;
}
</style>
background-color css
<style>
a { background-color: #CE3053; }
a { background-color: rgb(206,48,83); }
div.DivClassName
{
background-color: #CE3053;
}
.BgClassName
{
background-color: #CE3053;
}
</style>
border-color css
<style>
span { border-color: #CE3053; }
span { border-color: rgb(206,48,83); }
td.TdClassName
{
border-color: #CE3053;
}
.TagClassName
{
border-color: #CE3053;
}
</style>