Shades of Old Rose #CD2D55
Tints of Old Rose #CD2D55
RGB
CMYK
RGB Variations
Color information
#CD2D55 (or 0xCD2D55) is known color: Old Rose. HEX triplet: CD, 2D and 55. RGB value is (205,45,85). Sum of RGB (Red+Green+Blue) = 205+45+85=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D55 is #32D2AA. Grayscale: #616161. Windows color (decimal): -3330731 or 5582285. OLE color: 5582285.
HSL color Cylindrical-coordinate representation of color #CD2D55: hue angle of 345º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D55 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 85 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.20 |
| HSL | 345º | 0.64% | 0.49% | - |
| HSV(B) | 345º | 0.78% | 0.8% | - |
| XYZ | 27.75 | 15.51 | 10.13 | - |
| YUV | 97.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 85 | 0 | 0.78 | 0.59 | 0.20 | 345 | 0.64 | 0.49 |
| Hex | CD | 2D | 55 | 0 | 4E | 3B | 14 | 159 | 40 | 31 |
| Octal | 315 | 55 | 125 | 0 | 116 | 73 | 24 | 531 | 100 | 61 |
| Binary | 11001101 | 101101 | 1010101 | 0 | 1001110 | 111011 | 10100 | 101011001 | 1000000 | 110001 |
Color Harmonies of #CD2D55
Complementary color
Monochromatic Colors of #CD2D55
Black with #CD2D55
Text Example
Text Example
White with #CD2D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D55; }
p { color: rgb(205,45,85); }
H1.HeaderClassName
{
color: #CD2D55;
}
.AnyTagClassName
{
color: #CD2D55;
}
</style>
background-color css
<style>
a { background-color: #CD2D55; }
a { background-color: rgb(205,45,85); }
div.DivClassName
{
background-color: #CD2D55;
}
.BgClassName
{
background-color: #CD2D55;
}
</style>
border-color css
<style>
span { border-color: #CD2D55; }
span { border-color: rgb(205,45,85); }
td.TdClassName
{
border-color: #CD2D55;
}
.TagClassName
{
border-color: #CD2D55;
}
</style>