Shades of Old Rose #CE1C52
Tints of Old Rose #CE1C52
RGB
CMYK
RGB Variations
Color information
#CE1C52 (or 0xCE1C52) is known color: Old Rose. HEX triplet: CE, 1C and 52. RGB value is (206,28,82). Sum of RGB (Red+Green+Blue) = 206+28+82=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C52 is #31E3AD. Grayscale: #575757. Windows color (decimal): -3269550 or 5381326. OLE color: 5381326.
HSL color Cylindrical-coordinate representation of color #CE1C52: hue angle of 341.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C52 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 82 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.19 |
| HSL | 341.8º | 0.76% | 0.46% | - |
| HSV(B) | 341.8º | 0.86% | 0.81% | - |
| XYZ | 27.39 | 14.56 | 9.35 | - |
| YUV | 87.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 82 | 0 | 0.86 | 0.60 | 0.19 | 341.8 | 0.76 | 0.46 |
| Hex | CE | 1C | 52 | 0 | 56 | 3C | 13 | 156 | 4C | 2E |
| Octal | 316 | 34 | 122 | 0 | 126 | 74 | 23 | 526 | 114 | 56 |
| Binary | 11001110 | 11100 | 1010010 | 0 | 1010110 | 111100 | 10011 | 101010110 | 1001100 | 101110 |
Color Harmonies of #CE1C52
Complementary color
Monochromatic Colors of #CE1C52
Black with #CE1C52
Text Example
Text Example
White with #CE1C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C52; }
p { color: rgb(206,28,82); }
H1.HeaderClassName
{
color: #CE1C52;
}
.AnyTagClassName
{
color: #CE1C52;
}
</style>
background-color css
<style>
a { background-color: #CE1C52; }
a { background-color: rgb(206,28,82); }
div.DivClassName
{
background-color: #CE1C52;
}
.BgClassName
{
background-color: #CE1C52;
}
</style>
border-color css
<style>
span { border-color: #CE1C52; }
span { border-color: rgb(206,28,82); }
td.TdClassName
{
border-color: #CE1C52;
}
.TagClassName
{
border-color: #CE1C52;
}
</style>