Shades of Old Rose #CD2D54
Tints of Old Rose #CD2D54
RGB
CMYK
RGB Variations
Color information
#CD2D54 (or 0xCD2D54) is known color: Old Rose. HEX triplet: CD, 2D and 54. RGB value is (205,45,84). Sum of RGB (Red+Green+Blue) = 205+45+84=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D54 is #32D2AB. Grayscale: #616161. Windows color (decimal): -3330732 or 5516749. OLE color: 5516749.
HSL color Cylindrical-coordinate representation of color #CD2D54: hue angle of 345.38º 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 #CD2D54 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 84 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.20 |
| HSL | 345.38º | 0.64% | 0.49% | - |
| HSV(B) | 345.38º | 0.78% | 0.8% | - |
| XYZ | 27.72 | 15.5 | 9.92 | - |
| YUV | 97.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 84 | 0 | 0.78 | 0.59 | 0.20 | 345.38 | 0.64 | 0.49 |
| Hex | CD | 2D | 54 | 0 | 4E | 3B | 14 | 159 | 40 | 31 |
| Octal | 315 | 55 | 124 | 0 | 116 | 73 | 24 | 531 | 100 | 61 |
| Binary | 11001101 | 101101 | 1010100 | 0 | 1001110 | 111011 | 10100 | 101011001 | 1000000 | 110001 |
Color Harmonies of #CD2D54
Complementary color
Monochromatic Colors of #CD2D54
Black with #CD2D54
Text Example
Text Example
White with #CD2D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D54; }
p { color: rgb(205,45,84); }
H1.HeaderClassName
{
color: #CD2D54;
}
.AnyTagClassName
{
color: #CD2D54;
}
</style>
background-color css
<style>
a { background-color: #CD2D54; }
a { background-color: rgb(205,45,84); }
div.DivClassName
{
background-color: #CD2D54;
}
.BgClassName
{
background-color: #CD2D54;
}
</style>
border-color css
<style>
span { border-color: #CD2D54; }
span { border-color: rgb(205,45,84); }
td.TdClassName
{
border-color: #CD2D54;
}
.TagClassName
{
border-color: #CD2D54;
}
</style>