Shades of Old Rose #CD224E
Tints of Old Rose #CD224E
RGB
CMYK
RGB Variations
Color information
#CD224E (or 0xCD224E) is known color: Old Rose. HEX triplet: CD, 22 and 4E. RGB value is (205,34,78). Sum of RGB (Red+Green+Blue) = 205+34+78=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD224E is #32DDB1. Grayscale: #5A5A5A. Windows color (decimal): -3333554 or 5120717. OLE color: 5120717.
HSL color Cylindrical-coordinate representation of color #CD224E: hue angle of 344.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD224E is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 78 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.20 |
| HSL | 344.56º | 0.72% | 0.47% | - |
| HSV(B) | 344.56º | 0.83% | 0.8% | - |
| XYZ | 27.12 | 14.67 | 8.61 | - |
| YUV | 90.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 78 | 0 | 0.83 | 0.62 | 0.20 | 344.56 | 0.72 | 0.47 |
| Hex | CD | 22 | 4E | 0 | 53 | 3E | 14 | 159 | 48 | 2F |
| Octal | 315 | 42 | 116 | 0 | 123 | 76 | 24 | 531 | 110 | 57 |
| Binary | 11001101 | 100010 | 1001110 | 0 | 1010011 | 111110 | 10100 | 101011001 | 1001000 | 101111 |
Color Harmonies of #CD224E
Complementary color
Monochromatic Colors of #CD224E
Black with #CD224E
Text Example
Text Example
White with #CD224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD224E; }
p { color: rgb(205,34,78); }
H1.HeaderClassName
{
color: #CD224E;
}
.AnyTagClassName
{
color: #CD224E;
}
</style>
background-color css
<style>
a { background-color: #CD224E; }
a { background-color: rgb(205,34,78); }
div.DivClassName
{
background-color: #CD224E;
}
.BgClassName
{
background-color: #CD224E;
}
</style>
border-color css
<style>
span { border-color: #CD224E; }
span { border-color: rgb(205,34,78); }
td.TdClassName
{
border-color: #CD224E;
}
.TagClassName
{
border-color: #CD224E;
}
</style>