Shades of Old Rose #CD204D
Tints of Old Rose #CD204D
RGB
CMYK
RGB Variations
Color information
#CD204D (or 0xCD204D) is known color: Old Rose. HEX triplet: CD, 20 and 4D. RGB value is (205,32,77). Sum of RGB (Red+Green+Blue) = 205+32+77=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD204D is #32DFB2. Grayscale: #585858. Windows color (decimal): -3334067 or 5054669. OLE color: 5054669.
HSL color Cylindrical-coordinate representation of color #CD204D: hue angle of 344.39º 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 #CD204D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.20 |
| HSL | 344.39º | 0.73% | 0.46% | - |
| HSV(B) | 344.39º | 0.84% | 0.8% | - |
| XYZ | 27.03 | 14.55 | 8.4 | - |
| YUV | 88.86 | 121.31 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 77 | 0 | 0.84 | 0.62 | 0.20 | 344.39 | 0.73 | 0.46 |
| Hex | CD | 20 | 4D | 0 | 54 | 3E | 14 | 158 | 49 | 2E |
| Octal | 315 | 40 | 115 | 0 | 124 | 76 | 24 | 530 | 111 | 56 |
| Binary | 11001101 | 100000 | 1001101 | 0 | 1010100 | 111110 | 10100 | 101011000 | 1001001 | 101110 |
Color Harmonies of #CD204D
Complementary color
Monochromatic Colors of #CD204D
Black with #CD204D
Text Example
Text Example
White with #CD204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD204D; }
p { color: rgb(205,32,77); }
H1.HeaderClassName
{
color: #CD204D;
}
.AnyTagClassName
{
color: #CD204D;
}
</style>
background-color css
<style>
a { background-color: #CD204D; }
a { background-color: rgb(205,32,77); }
div.DivClassName
{
background-color: #CD204D;
}
.BgClassName
{
background-color: #CD204D;
}
</style>
border-color css
<style>
span { border-color: #CD204D; }
span { border-color: rgb(205,32,77); }
td.TdClassName
{
border-color: #CD204D;
}
.TagClassName
{
border-color: #CD204D;
}
</style>