Shades of Old Rose #CE2750
Tints of Old Rose #CE2750
RGB
CMYK
RGB Variations
Color information
#CE2750 (or 0xCE2750) is known color: Old Rose. HEX triplet: CE, 27 and 50. RGB value is (206,39,80). Sum of RGB (Red+Green+Blue) = 206+39+80=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2750 is #31D8AF. Grayscale: #5D5D5D. Windows color (decimal): -3266736 or 5253070. OLE color: 5253070.
HSL color Cylindrical-coordinate representation of color #CE2750: hue angle of 345.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2750 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 80 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.19 |
| HSL | 345.27º | 0.68% | 0.48% | - |
| HSV(B) | 345.27º | 0.81% | 0.81% | - |
| XYZ | 27.63 | 15.15 | 9.06 | - |
| YUV | 93.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 80 | 0 | 0.81 | 0.61 | 0.19 | 345.27 | 0.68 | 0.48 |
| Hex | CE | 27 | 50 | 0 | 51 | 3D | 13 | 159 | 44 | 30 |
| Octal | 316 | 47 | 120 | 0 | 121 | 75 | 23 | 531 | 104 | 60 |
| Binary | 11001110 | 100111 | 1010000 | 0 | 1010001 | 111101 | 10011 | 101011001 | 1000100 | 110000 |
Color Harmonies of #CE2750
Complementary color
Monochromatic Colors of #CE2750
Black with #CE2750
Text Example
Text Example
White with #CE2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2750; }
p { color: rgb(206,39,80); }
H1.HeaderClassName
{
color: #CE2750;
}
.AnyTagClassName
{
color: #CE2750;
}
</style>
background-color css
<style>
a { background-color: #CE2750; }
a { background-color: rgb(206,39,80); }
div.DivClassName
{
background-color: #CE2750;
}
.BgClassName
{
background-color: #CE2750;
}
</style>
border-color css
<style>
span { border-color: #CE2750; }
span { border-color: rgb(206,39,80); }
td.TdClassName
{
border-color: #CE2750;
}
.TagClassName
{
border-color: #CE2750;
}
</style>