Shades of Old Rose #CD2C52
Tints of Old Rose #CD2C52
RGB
CMYK
RGB Variations
Color information
#CD2C52 (or 0xCD2C52) is known color: Old Rose. HEX triplet: CD, 2C and 52. RGB value is (205,44,82). Sum of RGB (Red+Green+Blue) = 205+44+82=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C52 is #32D3AD. Grayscale: #606060. Windows color (decimal): -3330990 or 5385421. OLE color: 5385421.
HSL color Cylindrical-coordinate representation of color #CD2C52: hue angle of 345.84º 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 #CD2C52 is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 82 | - |
| CMYK | 0 | 0.79 | 0.6 | 0.20 |
| HSL | 345.84º | 0.65% | 0.49% | - |
| HSV(B) | 345.84º | 0.79% | 0.8% | - |
| XYZ | 27.6 | 15.39 | 9.5 | - |
| YUV | 96.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 82 | 0 | 0.79 | 0.6 | 0.20 | 345.84 | 0.65 | 0.49 |
| Hex | CD | 2C | 52 | 0 | 4F | 3C | 14 | 15A | 41 | 31 |
| Octal | 315 | 54 | 122 | 0 | 117 | 74 | 24 | 532 | 101 | 61 |
| Binary | 11001101 | 101100 | 1010010 | 0 | 1001111 | 111100 | 10100 | 101011010 | 1000001 | 110001 |
Color Harmonies of #CD2C52
Complementary color
Monochromatic Colors of #CD2C52
Black with #CD2C52
Text Example
Text Example
White with #CD2C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C52; }
p { color: rgb(205,44,82); }
H1.HeaderClassName
{
color: #CD2C52;
}
.AnyTagClassName
{
color: #CD2C52;
}
</style>
background-color css
<style>
a { background-color: #CD2C52; }
a { background-color: rgb(205,44,82); }
div.DivClassName
{
background-color: #CD2C52;
}
.BgClassName
{
background-color: #CD2C52;
}
</style>
border-color css
<style>
span { border-color: #CD2C52; }
span { border-color: rgb(205,44,82); }
td.TdClassName
{
border-color: #CD2C52;
}
.TagClassName
{
border-color: #CD2C52;
}
</style>