Shades of Old Rose #CE3052
Tints of Old Rose #CE3052
RGB
CMYK
RGB Variations
Color information
#CE3052 (or 0xCE3052) is known color: Old Rose. HEX triplet: CE, 30 and 52. RGB value is (206,48,82). Sum of RGB (Red+Green+Blue) = 206+48+82=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3052 is #31CFAD. Grayscale: #636363. Windows color (decimal): -3264430 or 5386446. OLE color: 5386446.
HSL color Cylindrical-coordinate representation of color #CE3052: hue angle of 347.09º 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 #CE3052 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 82 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.19 |
| HSL | 347.09º | 0.62% | 0.5% | - |
| HSV(B) | 347.09º | 0.77% | 0.81% | - |
| XYZ | 28.03 | 15.84 | 9.56 | - |
| YUV | 99.12 | 118.35 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 82 | 0 | 0.77 | 0.60 | 0.19 | 347.09 | 0.62 | 0.5 |
| Hex | CE | 30 | 52 | 0 | 4D | 3C | 13 | 15B | 3E | 32 |
| Octal | 316 | 60 | 122 | 0 | 115 | 74 | 23 | 533 | 76 | 62 |
| Binary | 11001110 | 110000 | 1010010 | 0 | 1001101 | 111100 | 10011 | 101011011 | 111110 | 110010 |
Color Harmonies of #CE3052
Complementary color
Monochromatic Colors of #CE3052
Black with #CE3052
Text Example
Text Example
White with #CE3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3052; }
p { color: rgb(206,48,82); }
H1.HeaderClassName
{
color: #CE3052;
}
.AnyTagClassName
{
color: #CE3052;
}
</style>
background-color css
<style>
a { background-color: #CE3052; }
a { background-color: rgb(206,48,82); }
div.DivClassName
{
background-color: #CE3052;
}
.BgClassName
{
background-color: #CE3052;
}
</style>
border-color css
<style>
span { border-color: #CE3052; }
span { border-color: rgb(206,48,82); }
td.TdClassName
{
border-color: #CE3052;
}
.TagClassName
{
border-color: #CE3052;
}
</style>