Shades of Old Rose #CE3254
Tints of Old Rose #CE3254
RGB
CMYK
RGB Variations
Color information
#CE3254 (or 0xCE3254) is known color: Old Rose. HEX triplet: CE, 32 and 54. RGB value is (206,50,84). Sum of RGB (Red+Green+Blue) = 206+50+84=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3254 is #31CDAB. Grayscale: #646464. Windows color (decimal): -3263916 or 5518030. OLE color: 5518030.
HSL color Cylindrical-coordinate representation of color #CE3254: hue angle of 346.92º 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 #CE3254 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 84 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.19 |
| HSL | 346.92º | 0.61% | 0.5% | - |
| HSV(B) | 346.92º | 0.76% | 0.81% | - |
| XYZ | 28.19 | 16.04 | 10 | - |
| YUV | 100.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 84 | 0 | 0.76 | 0.59 | 0.19 | 346.92 | 0.61 | 0.5 |
| Hex | CE | 32 | 54 | 0 | 4C | 3B | 13 | 15B | 3D | 32 |
| Octal | 316 | 62 | 124 | 0 | 114 | 73 | 23 | 533 | 75 | 62 |
| Binary | 11001110 | 110010 | 1010100 | 0 | 1001100 | 111011 | 10011 | 101011011 | 111101 | 110010 |
Color Harmonies of #CE3254
Complementary color
Monochromatic Colors of #CE3254
Black with #CE3254
Text Example
Text Example
White with #CE3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3254; }
p { color: rgb(206,50,84); }
H1.HeaderClassName
{
color: #CE3254;
}
.AnyTagClassName
{
color: #CE3254;
}
</style>
background-color css
<style>
a { background-color: #CE3254; }
a { background-color: rgb(206,50,84); }
div.DivClassName
{
background-color: #CE3254;
}
.BgClassName
{
background-color: #CE3254;
}
</style>
border-color css
<style>
span { border-color: #CE3254; }
span { border-color: rgb(206,50,84); }
td.TdClassName
{
border-color: #CE3254;
}
.TagClassName
{
border-color: #CE3254;
}
</style>