Shades of Old Rose #CD2155
Tints of Old Rose #CD2155
RGB
CMYK
RGB Variations
Color information
#CD2155 (or 0xCD2155) is known color: Old Rose. HEX triplet: CD, 21 and 55. RGB value is (205,33,85). Sum of RGB (Red+Green+Blue) = 205+33+85=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2155 is #32DEAA. Grayscale: #5A5A5A. Windows color (decimal): -3333803 or 5579213. OLE color: 5579213.
HSL color Cylindrical-coordinate representation of color #CD2155: hue angle of 341.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2155 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 85 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.20 |
| HSL | 341.86º | 0.72% | 0.47% | - |
| HSV(B) | 341.86º | 0.84% | 0.8% | - |
| XYZ | 27.36 | 14.72 | 9.99 | - |
| YUV | 90.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 85 | 0 | 0.84 | 0.59 | 0.20 | 341.86 | 0.72 | 0.47 |
| Hex | CD | 21 | 55 | 0 | 54 | 3B | 14 | 156 | 48 | 2F |
| Octal | 315 | 41 | 125 | 0 | 124 | 73 | 24 | 526 | 110 | 57 |
| Binary | 11001101 | 100001 | 1010101 | 0 | 1010100 | 111011 | 10100 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CD2155
Complementary color
Monochromatic Colors of #CD2155
Black with #CD2155
Text Example
Text Example
White with #CD2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2155; }
p { color: rgb(205,33,85); }
H1.HeaderClassName
{
color: #CD2155;
}
.AnyTagClassName
{
color: #CD2155;
}
</style>
background-color css
<style>
a { background-color: #CD2155; }
a { background-color: rgb(205,33,85); }
div.DivClassName
{
background-color: #CD2155;
}
.BgClassName
{
background-color: #CD2155;
}
</style>
border-color css
<style>
span { border-color: #CD2155; }
span { border-color: rgb(205,33,85); }
td.TdClassName
{
border-color: #CD2155;
}
.TagClassName
{
border-color: #CD2155;
}
</style>