Shades of Old Rose #CD2053
Tints of Old Rose #CD2053
RGB
CMYK
RGB Variations
Color information
#CD2053 (or 0xCD2053) is known color: Old Rose. HEX triplet: CD, 20 and 53. RGB value is (205,32,83). Sum of RGB (Red+Green+Blue) = 205+32+83=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2053 is #32DFAC. Grayscale: #595959. Windows color (decimal): -3334061 or 5447885. OLE color: 5447885.
HSL color Cylindrical-coordinate representation of color #CD2053: hue angle of 342.31º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2053 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 83 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.20 |
| HSL | 342.31º | 0.73% | 0.46% | - |
| HSV(B) | 342.31º | 0.84% | 0.8% | - |
| XYZ | 27.25 | 14.64 | 9.57 | - |
| YUV | 89.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 83 | 0 | 0.84 | 0.60 | 0.20 | 342.31 | 0.73 | 0.46 |
| Hex | CD | 20 | 53 | 0 | 54 | 3C | 14 | 156 | 49 | 2E |
| Octal | 315 | 40 | 123 | 0 | 124 | 74 | 24 | 526 | 111 | 56 |
| Binary | 11001101 | 100000 | 1010011 | 0 | 1010100 | 111100 | 10100 | 101010110 | 1001001 | 101110 |
Color Harmonies of #CD2053
Complementary color
Monochromatic Colors of #CD2053
Black with #CD2053
Text Example
Text Example
White with #CD2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2053; }
p { color: rgb(205,32,83); }
H1.HeaderClassName
{
color: #CD2053;
}
.AnyTagClassName
{
color: #CD2053;
}
</style>
background-color css
<style>
a { background-color: #CD2053; }
a { background-color: rgb(205,32,83); }
div.DivClassName
{
background-color: #CD2053;
}
.BgClassName
{
background-color: #CD2053;
}
</style>
border-color css
<style>
span { border-color: #CD2053; }
span { border-color: rgb(205,32,83); }
td.TdClassName
{
border-color: #CD2053;
}
.TagClassName
{
border-color: #CD2053;
}
</style>