Shades of Old Rose #CD304E
Tints of Old Rose #CD304E
RGB
CMYK
RGB Variations
Color information
#CD304E (or 0xCD304E) is known color: Old Rose. HEX triplet: CD, 30 and 4E. RGB value is (205,48,78). Sum of RGB (Red+Green+Blue) = 205+48+78=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD304E is #32CFB1. Grayscale: #626262. Windows color (decimal): -3329970 or 5124301. OLE color: 5124301.
HSL color Cylindrical-coordinate representation of color #CD304E: hue angle of 348.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD304E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 78 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.20 |
| HSL | 348.54º | 0.62% | 0.5% | - |
| HSV(B) | 348.54º | 0.77% | 0.8% | - |
| XYZ | 27.61 | 15.64 | 8.77 | - |
| YUV | 98.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 78 | 0 | 0.77 | 0.62 | 0.20 | 348.54 | 0.62 | 0.5 |
| Hex | CD | 30 | 4E | 0 | 4D | 3E | 14 | 15D | 3E | 32 |
| Octal | 315 | 60 | 116 | 0 | 115 | 76 | 24 | 535 | 76 | 62 |
| Binary | 11001101 | 110000 | 1001110 | 0 | 1001101 | 111110 | 10100 | 101011101 | 111110 | 110010 |
Color Harmonies of #CD304E
Complementary color
Monochromatic Colors of #CD304E
Black with #CD304E
Text Example
Text Example
White with #CD304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD304E; }
p { color: rgb(205,48,78); }
H1.HeaderClassName
{
color: #CD304E;
}
.AnyTagClassName
{
color: #CD304E;
}
</style>
background-color css
<style>
a { background-color: #CD304E; }
a { background-color: rgb(205,48,78); }
div.DivClassName
{
background-color: #CD304E;
}
.BgClassName
{
background-color: #CD304E;
}
</style>
border-color css
<style>
span { border-color: #CD304E; }
span { border-color: rgb(205,48,78); }
td.TdClassName
{
border-color: #CD304E;
}
.TagClassName
{
border-color: #CD304E;
}
</style>