Shades of Old Rose #CE2B54
Tints of Old Rose #CE2B54
RGB
CMYK
RGB Variations
Color information
#CE2B54 (or 0xCE2B54) is known color: Old Rose. HEX triplet: CE, 2B and 54. RGB value is (206,43,84). Sum of RGB (Red+Green+Blue) = 206+43+84=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B54 is #31D4AB. Grayscale: #606060. Windows color (decimal): -3265708 or 5516238. OLE color: 5516238.
HSL color Cylindrical-coordinate representation of color #CE2B54: hue angle of 344.91º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B54 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 84 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.19 |
| HSL | 344.91º | 0.65% | 0.49% | - |
| HSV(B) | 344.91º | 0.79% | 0.81% | - |
| XYZ | 27.92 | 15.49 | 9.91 | - |
| YUV | 96.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 84 | 0 | 0.79 | 0.59 | 0.19 | 344.91 | 0.65 | 0.49 |
| Hex | CE | 2B | 54 | 0 | 4F | 3B | 13 | 159 | 41 | 31 |
| Octal | 316 | 53 | 124 | 0 | 117 | 73 | 23 | 531 | 101 | 61 |
| Binary | 11001110 | 101011 | 1010100 | 0 | 1001111 | 111011 | 10011 | 101011001 | 1000001 | 110001 |
Color Harmonies of #CE2B54
Complementary color
Monochromatic Colors of #CE2B54
Black with #CE2B54
Text Example
Text Example
White with #CE2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B54; }
p { color: rgb(206,43,84); }
H1.HeaderClassName
{
color: #CE2B54;
}
.AnyTagClassName
{
color: #CE2B54;
}
</style>
background-color css
<style>
a { background-color: #CE2B54; }
a { background-color: rgb(206,43,84); }
div.DivClassName
{
background-color: #CE2B54;
}
.BgClassName
{
background-color: #CE2B54;
}
</style>
border-color css
<style>
span { border-color: #CE2B54; }
span { border-color: rgb(206,43,84); }
td.TdClassName
{
border-color: #CE2B54;
}
.TagClassName
{
border-color: #CE2B54;
}
</style>