Shades of Old Rose #CD2C57
Tints of Old Rose #CD2C57
RGB
CMYK
RGB Variations
Color information
#CD2C57 (or 0xCD2C57) is known color: Old Rose. HEX triplet: CD, 2C and 57. RGB value is (205,44,87). Sum of RGB (Red+Green+Blue) = 205+44+87=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C57 is #32D3A8. Grayscale: #616161. Windows color (decimal): -3330985 or 5713101. OLE color: 5713101.
HSL color Cylindrical-coordinate representation of color #CD2C57: hue angle of 343.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C57 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 87 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.20 |
| HSL | 343.98º | 0.65% | 0.49% | - |
| HSV(B) | 343.98º | 0.79% | 0.8% | - |
| XYZ | 27.8 | 15.47 | 10.54 | - |
| YUV | 97.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 87 | 0 | 0.79 | 0.58 | 0.20 | 343.98 | 0.65 | 0.49 |
| Hex | CD | 2C | 57 | 0 | 4F | 3A | 14 | 158 | 41 | 31 |
| Octal | 315 | 54 | 127 | 0 | 117 | 72 | 24 | 530 | 101 | 61 |
| Binary | 11001101 | 101100 | 1010111 | 0 | 1001111 | 111010 | 10100 | 101011000 | 1000001 | 110001 |
Color Harmonies of #CD2C57
Complementary color
Monochromatic Colors of #CD2C57
Black with #CD2C57
Text Example
Text Example
White with #CD2C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C57; }
p { color: rgb(205,44,87); }
H1.HeaderClassName
{
color: #CD2C57;
}
.AnyTagClassName
{
color: #CD2C57;
}
</style>
background-color css
<style>
a { background-color: #CD2C57; }
a { background-color: rgb(205,44,87); }
div.DivClassName
{
background-color: #CD2C57;
}
.BgClassName
{
background-color: #CD2C57;
}
</style>
border-color css
<style>
span { border-color: #CD2C57; }
span { border-color: rgb(205,44,87); }
td.TdClassName
{
border-color: #CD2C57;
}
.TagClassName
{
border-color: #CD2C57;
}
</style>