Shades of Old Rose #CE3250
Tints of Old Rose #CE3250
RGB
CMYK
RGB Variations
Color information
#CE3250 (or 0xCE3250) is known color: Old Rose. HEX triplet: CE, 32 and 50. RGB value is (206,50,80). Sum of RGB (Red+Green+Blue) = 206+50+80=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3250 is #31CDAF. Grayscale: #646464. Windows color (decimal): -3263920 or 5255886. OLE color: 5255886.
HSL color Cylindrical-coordinate representation of color #CE3250: hue angle of 348.46º 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 #CE3250 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 80 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.19 |
| HSL | 348.46º | 0.61% | 0.5% | - |
| HSV(B) | 348.46º | 0.76% | 0.81% | - |
| XYZ | 28.04 | 15.98 | 9.2 | - |
| YUV | 100.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 80 | 0 | 0.76 | 0.61 | 0.19 | 348.46 | 0.61 | 0.5 |
| Hex | CE | 32 | 50 | 0 | 4C | 3D | 13 | 15C | 3D | 32 |
| Octal | 316 | 62 | 120 | 0 | 114 | 75 | 23 | 534 | 75 | 62 |
| Binary | 11001110 | 110010 | 1010000 | 0 | 1001100 | 111101 | 10011 | 101011100 | 111101 | 110010 |
Color Harmonies of #CE3250
Complementary color
Monochromatic Colors of #CE3250
Black with #CE3250
Text Example
Text Example
White with #CE3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3250; }
p { color: rgb(206,50,80); }
H1.HeaderClassName
{
color: #CE3250;
}
.AnyTagClassName
{
color: #CE3250;
}
</style>
background-color css
<style>
a { background-color: #CE3250; }
a { background-color: rgb(206,50,80); }
div.DivClassName
{
background-color: #CE3250;
}
.BgClassName
{
background-color: #CE3250;
}
</style>
border-color css
<style>
span { border-color: #CE3250; }
span { border-color: rgb(206,50,80); }
td.TdClassName
{
border-color: #CE3250;
}
.TagClassName
{
border-color: #CE3250;
}
</style>