Shades of Old Rose #CD2C56
Tints of Old Rose #CD2C56
RGB
CMYK
RGB Variations
Color information
#CD2C56 (or 0xCD2C56) is known color: Old Rose. HEX triplet: CD, 2C and 56. RGB value is (205,44,86). Sum of RGB (Red+Green+Blue) = 205+44+86=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C56 is #32D3A9. Grayscale: #606060. Windows color (decimal): -3330986 or 5647565. OLE color: 5647565.
HSL color Cylindrical-coordinate representation of color #CD2C56: hue angle of 344.35º 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 #CD2C56 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 86 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.20 |
| HSL | 344.35º | 0.65% | 0.49% | - |
| HSV(B) | 344.35º | 0.79% | 0.8% | - |
| XYZ | 27.76 | 15.45 | 10.32 | - |
| YUV | 96.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 86 | 0 | 0.79 | 0.58 | 0.20 | 344.35 | 0.65 | 0.49 |
| Hex | CD | 2C | 56 | 0 | 4F | 3A | 14 | 158 | 41 | 31 |
| Octal | 315 | 54 | 126 | 0 | 117 | 72 | 24 | 530 | 101 | 61 |
| Binary | 11001101 | 101100 | 1010110 | 0 | 1001111 | 111010 | 10100 | 101011000 | 1000001 | 110001 |
Color Harmonies of #CD2C56
Complementary color
Monochromatic Colors of #CD2C56
Black with #CD2C56
Text Example
Text Example
White with #CD2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C56; }
p { color: rgb(205,44,86); }
H1.HeaderClassName
{
color: #CD2C56;
}
.AnyTagClassName
{
color: #CD2C56;
}
</style>
background-color css
<style>
a { background-color: #CD2C56; }
a { background-color: rgb(205,44,86); }
div.DivClassName
{
background-color: #CD2C56;
}
.BgClassName
{
background-color: #CD2C56;
}
</style>
border-color css
<style>
span { border-color: #CD2C56; }
span { border-color: rgb(205,44,86); }
td.TdClassName
{
border-color: #CD2C56;
}
.TagClassName
{
border-color: #CD2C56;
}
</style>