Shades of Old Rose #CD2D4E
Tints of Old Rose #CD2D4E
RGB
CMYK
RGB Variations
Color information
#CD2D4E (or 0xCD2D4E) is known color: Old Rose. HEX triplet: CD, 2D and 4E. RGB value is (205,45,78). Sum of RGB (Red+Green+Blue) = 205+45+78=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D4E is #32D2B1. Grayscale: #606060. Windows color (decimal): -3330738 or 5123533. OLE color: 5123533.
HSL color Cylindrical-coordinate representation of color #CD2D4E: hue angle of 347.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D4E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 78 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.20 |
| HSL | 347.63º | 0.64% | 0.49% | - |
| HSV(B) | 347.63º | 0.78% | 0.8% | - |
| XYZ | 27.49 | 15.41 | 8.73 | - |
| YUV | 96.6 | 117.51 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 78 | 0 | 0.78 | 0.62 | 0.20 | 347.63 | 0.64 | 0.49 |
| Hex | CD | 2D | 4E | 0 | 4E | 3E | 14 | 15C | 40 | 31 |
| Octal | 315 | 55 | 116 | 0 | 116 | 76 | 24 | 534 | 100 | 61 |
| Binary | 11001101 | 101101 | 1001110 | 0 | 1001110 | 111110 | 10100 | 101011100 | 1000000 | 110001 |
Color Harmonies of #CD2D4E
Complementary color
Monochromatic Colors of #CD2D4E
Black with #CD2D4E
Text Example
Text Example
White with #CD2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D4E; }
p { color: rgb(205,45,78); }
H1.HeaderClassName
{
color: #CD2D4E;
}
.AnyTagClassName
{
color: #CD2D4E;
}
</style>
background-color css
<style>
a { background-color: #CD2D4E; }
a { background-color: rgb(205,45,78); }
div.DivClassName
{
background-color: #CD2D4E;
}
.BgClassName
{
background-color: #CD2D4E;
}
</style>
border-color css
<style>
span { border-color: #CD2D4E; }
span { border-color: rgb(205,45,78); }
td.TdClassName
{
border-color: #CD2D4E;
}
.TagClassName
{
border-color: #CD2D4E;
}
</style>