Shades of Old Rose #CE3253
Tints of Old Rose #CE3253
RGB
CMYK
RGB Variations
Color information
#CE3253 (or 0xCE3253) is known color: Old Rose. HEX triplet: CE, 32 and 53. RGB value is (206,50,83). Sum of RGB (Red+Green+Blue) = 206+50+83=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3253 is #31CDAC. Grayscale: #646464. Windows color (decimal): -3263917 or 5452494. OLE color: 5452494.
HSL color Cylindrical-coordinate representation of color #CE3253: hue angle of 347.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3253 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 83 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.19 |
| HSL | 347.31º | 0.61% | 0.5% | - |
| HSV(B) | 347.31º | 0.76% | 0.81% | - |
| XYZ | 28.16 | 16.03 | 9.79 | - |
| YUV | 100.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 83 | 0 | 0.76 | 0.60 | 0.19 | 347.31 | 0.61 | 0.5 |
| Hex | CE | 32 | 53 | 0 | 4C | 3C | 13 | 15B | 3D | 32 |
| Octal | 316 | 62 | 123 | 0 | 114 | 74 | 23 | 533 | 75 | 62 |
| Binary | 11001110 | 110010 | 1010011 | 0 | 1001100 | 111100 | 10011 | 101011011 | 111101 | 110010 |
Color Harmonies of #CE3253
Complementary color
Monochromatic Colors of #CE3253
Black with #CE3253
Text Example
Text Example
White with #CE3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3253; }
p { color: rgb(206,50,83); }
H1.HeaderClassName
{
color: #CE3253;
}
.AnyTagClassName
{
color: #CE3253;
}
</style>
background-color css
<style>
a { background-color: #CE3253; }
a { background-color: rgb(206,50,83); }
div.DivClassName
{
background-color: #CE3253;
}
.BgClassName
{
background-color: #CE3253;
}
</style>
border-color css
<style>
span { border-color: #CE3253; }
span { border-color: rgb(206,50,83); }
td.TdClassName
{
border-color: #CE3253;
}
.TagClassName
{
border-color: #CE3253;
}
</style>