Shades of Old Rose #CD1E55
Tints of Old Rose #CD1E55
RGB
CMYK
RGB Variations
Color information
#CD1E55 (or 0xCD1E55) is known color: Old Rose. HEX triplet: CD, 1E and 55. RGB value is (205,30,85). Sum of RGB (Red+Green+Blue) = 205+30+85=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E55 is #32E1AA. Grayscale: #585858. Windows color (decimal): -3334571 or 5578445. OLE color: 5578445.
HSL color Cylindrical-coordinate representation of color #CD1E55: hue angle of 341.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E55 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 85 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.20 |
| HSL | 341.14º | 0.74% | 0.46% | - |
| HSV(B) | 341.14º | 0.85% | 0.8% | - |
| XYZ | 27.28 | 14.56 | 9.97 | - |
| YUV | 88.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 85 | 0 | 0.85 | 0.59 | 0.20 | 341.14 | 0.74 | 0.46 |
| Hex | CD | 1E | 55 | 0 | 55 | 3B | 14 | 155 | 4A | 2E |
| Octal | 315 | 36 | 125 | 0 | 125 | 73 | 24 | 525 | 112 | 56 |
| Binary | 11001101 | 11110 | 1010101 | 0 | 1010101 | 111011 | 10100 | 101010101 | 1001010 | 101110 |
Color Harmonies of #CD1E55
Complementary color
Monochromatic Colors of #CD1E55
Black with #CD1E55
Text Example
Text Example
White with #CD1E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E55; }
p { color: rgb(205,30,85); }
H1.HeaderClassName
{
color: #CD1E55;
}
.AnyTagClassName
{
color: #CD1E55;
}
</style>
background-color css
<style>
a { background-color: #CD1E55; }
a { background-color: rgb(205,30,85); }
div.DivClassName
{
background-color: #CD1E55;
}
.BgClassName
{
background-color: #CD1E55;
}
</style>
border-color css
<style>
span { border-color: #CD1E55; }
span { border-color: rgb(205,30,85); }
td.TdClassName
{
border-color: #CD1E55;
}
.TagClassName
{
border-color: #CD1E55;
}
</style>