Shades of Old Rose #CE2650
Tints of Old Rose #CE2650
RGB
CMYK
RGB Variations
Color information
#CE2650 (or 0xCE2650) is known color: Old Rose. HEX triplet: CE, 26 and 50. RGB value is (206,38,80). Sum of RGB (Red+Green+Blue) = 206+38+80=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2650 is #31D9AF. Grayscale: #5D5D5D. Windows color (decimal): -3266992 or 5252814. OLE color: 5252814.
HSL color Cylindrical-coordinate representation of color #CE2650: hue angle of 345º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2650 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 80 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.19 |
| HSL | 345º | 0.69% | 0.48% | - |
| HSV(B) | 345º | 0.82% | 0.81% | - |
| XYZ | 27.59 | 15.09 | 9.05 | - |
| YUV | 93.02 | 120.66 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 80 | 0 | 0.82 | 0.61 | 0.19 | 345 | 0.69 | 0.48 |
| Hex | CE | 26 | 50 | 0 | 52 | 3D | 13 | 159 | 45 | 30 |
| Octal | 316 | 46 | 120 | 0 | 122 | 75 | 23 | 531 | 105 | 60 |
| Binary | 11001110 | 100110 | 1010000 | 0 | 1010010 | 111101 | 10011 | 101011001 | 1000101 | 110000 |
Color Harmonies of #CE2650
Complementary color
Monochromatic Colors of #CE2650
Black with #CE2650
Text Example
Text Example
White with #CE2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2650; }
p { color: rgb(206,38,80); }
H1.HeaderClassName
{
color: #CE2650;
}
.AnyTagClassName
{
color: #CE2650;
}
</style>
background-color css
<style>
a { background-color: #CE2650; }
a { background-color: rgb(206,38,80); }
div.DivClassName
{
background-color: #CE2650;
}
.BgClassName
{
background-color: #CE2650;
}
</style>
border-color css
<style>
span { border-color: #CE2650; }
span { border-color: rgb(206,38,80); }
td.TdClassName
{
border-color: #CE2650;
}
.TagClassName
{
border-color: #CE2650;
}
</style>