Shades of Old Rose #CD2255
Tints of Old Rose #CD2255
RGB
CMYK
RGB Variations
Color information
#CD2255 (or 0xCD2255) is known color: Old Rose. HEX triplet: CD, 22 and 55. RGB value is (205,34,85). Sum of RGB (Red+Green+Blue) = 205+34+85=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2255 is #32DDAA. Grayscale: #5A5A5A. Windows color (decimal): -3333547 or 5579469. OLE color: 5579469.
HSL color Cylindrical-coordinate representation of color #CD2255: hue angle of 342.11º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2255 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 85 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.20 |
| HSL | 342.11º | 0.72% | 0.47% | - |
| HSV(B) | 342.11º | 0.83% | 0.8% | - |
| XYZ | 27.39 | 14.78 | 10 | - |
| YUV | 90.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 85 | 0 | 0.83 | 0.59 | 0.20 | 342.11 | 0.72 | 0.47 |
| Hex | CD | 22 | 55 | 0 | 53 | 3B | 14 | 156 | 48 | 2F |
| Octal | 315 | 42 | 125 | 0 | 123 | 73 | 24 | 526 | 110 | 57 |
| Binary | 11001101 | 100010 | 1010101 | 0 | 1010011 | 111011 | 10100 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CD2255
Complementary color
Monochromatic Colors of #CD2255
Black with #CD2255
Text Example
Text Example
White with #CD2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2255; }
p { color: rgb(205,34,85); }
H1.HeaderClassName
{
color: #CD2255;
}
.AnyTagClassName
{
color: #CD2255;
}
</style>
background-color css
<style>
a { background-color: #CD2255; }
a { background-color: rgb(205,34,85); }
div.DivClassName
{
background-color: #CD2255;
}
.BgClassName
{
background-color: #CD2255;
}
</style>
border-color css
<style>
span { border-color: #CD2255; }
span { border-color: rgb(205,34,85); }
td.TdClassName
{
border-color: #CD2255;
}
.TagClassName
{
border-color: #CD2255;
}
</style>