Shades of Old Rose #CD324D
Tints of Old Rose #CD324D
RGB
CMYK
RGB Variations
Color information
#CD324D (or 0xCD324D) is known color: Old Rose. HEX triplet: CD, 32 and 4D. RGB value is (205,50,77). Sum of RGB (Red+Green+Blue) = 205+50+77=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD324D is #32CDB2. Grayscale: #636363. Windows color (decimal): -3329459 or 5059277. OLE color: 5059277.
HSL color Cylindrical-coordinate representation of color #CD324D: hue angle of 349.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD324D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 77 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.20 |
| HSL | 349.55º | 0.61% | 0.5% | - |
| HSV(B) | 349.55º | 0.76% | 0.8% | - |
| XYZ | 27.66 | 15.8 | 8.61 | - |
| YUV | 99.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 77 | 0 | 0.76 | 0.62 | 0.20 | 349.55 | 0.61 | 0.5 |
| Hex | CD | 32 | 4D | 0 | 4C | 3E | 14 | 15E | 3D | 32 |
| Octal | 315 | 62 | 115 | 0 | 114 | 76 | 24 | 536 | 75 | 62 |
| Binary | 11001101 | 110010 | 1001101 | 0 | 1001100 | 111110 | 10100 | 101011110 | 111101 | 110010 |
Color Harmonies of #CD324D
Complementary color
Monochromatic Colors of #CD324D
Black with #CD324D
Text Example
Text Example
White with #CD324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD324D; }
p { color: rgb(205,50,77); }
H1.HeaderClassName
{
color: #CD324D;
}
.AnyTagClassName
{
color: #CD324D;
}
</style>
background-color css
<style>
a { background-color: #CD324D; }
a { background-color: rgb(205,50,77); }
div.DivClassName
{
background-color: #CD324D;
}
.BgClassName
{
background-color: #CD324D;
}
</style>
border-color css
<style>
span { border-color: #CD324D; }
span { border-color: rgb(205,50,77); }
td.TdClassName
{
border-color: #CD324D;
}
.TagClassName
{
border-color: #CD324D;
}
</style>