Shades of Old Rose #CE2258
Tints of Old Rose #CE2258
RGB
CMYK
RGB Variations
Color information
#CE2258 (or 0xCE2258) is known color: Old Rose. HEX triplet: CE, 22 and 58. RGB value is (206,34,88). Sum of RGB (Red+Green+Blue) = 206+34+88=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2258 is #31DDA7. Grayscale: #5B5B5B. Windows color (decimal): -3268008 or 5776078. OLE color: 5776078.
HSL color Cylindrical-coordinate representation of color #CE2258: hue angle of 341.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2258 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 88 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.19 |
| HSL | 341.16º | 0.72% | 0.47% | - |
| HSV(B) | 341.16º | 0.83% | 0.81% | - |
| XYZ | 27.79 | 14.97 | 10.66 | - |
| YUV | 91.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 88 | 0 | 0.83 | 0.57 | 0.19 | 341.16 | 0.72 | 0.47 |
| Hex | CE | 22 | 58 | 0 | 53 | 39 | 13 | 155 | 48 | 2F |
| Octal | 316 | 42 | 130 | 0 | 123 | 71 | 23 | 525 | 110 | 57 |
| Binary | 11001110 | 100010 | 1011000 | 0 | 1010011 | 111001 | 10011 | 101010101 | 1001000 | 101111 |
Color Harmonies of #CE2258
Complementary color
Monochromatic Colors of #CE2258
Black with #CE2258
Text Example
Text Example
White with #CE2258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2258; }
p { color: rgb(206,34,88); }
H1.HeaderClassName
{
color: #CE2258;
}
.AnyTagClassName
{
color: #CE2258;
}
</style>
background-color css
<style>
a { background-color: #CE2258; }
a { background-color: rgb(206,34,88); }
div.DivClassName
{
background-color: #CE2258;
}
.BgClassName
{
background-color: #CE2258;
}
</style>
border-color css
<style>
span { border-color: #CE2258; }
span { border-color: rgb(206,34,88); }
td.TdClassName
{
border-color: #CE2258;
}
.TagClassName
{
border-color: #CE2258;
}
</style>