Shades of Old Rose #CD314D
Tints of Old Rose #CD314D
RGB
CMYK
RGB Variations
Color information
#CD314D (or 0xCD314D) is known color: Old Rose. HEX triplet: CD, 31 and 4D. RGB value is (205,49,77). Sum of RGB (Red+Green+Blue) = 205+49+77=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD314D is #32CEB2. Grayscale: #626262. Windows color (decimal): -3329715 or 5059021. OLE color: 5059021.
HSL color Cylindrical-coordinate representation of color #CD314D: hue angle of 349.23º 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 #CD314D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 77 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.20 |
| HSL | 349.23º | 0.61% | 0.5% | - |
| HSV(B) | 349.23º | 0.76% | 0.8% | - |
| XYZ | 27.61 | 15.71 | 8.6 | - |
| YUV | 98.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 77 | 0 | 0.76 | 0.62 | 0.20 | 349.23 | 0.61 | 0.5 |
| Hex | CD | 31 | 4D | 0 | 4C | 3E | 14 | 15D | 3D | 32 |
| Octal | 315 | 61 | 115 | 0 | 114 | 76 | 24 | 535 | 75 | 62 |
| Binary | 11001101 | 110001 | 1001101 | 0 | 1001100 | 111110 | 10100 | 101011101 | 111101 | 110010 |
Color Harmonies of #CD314D
Complementary color
Monochromatic Colors of #CD314D
Black with #CD314D
Text Example
Text Example
White with #CD314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD314D; }
p { color: rgb(205,49,77); }
H1.HeaderClassName
{
color: #CD314D;
}
.AnyTagClassName
{
color: #CD314D;
}
</style>
background-color css
<style>
a { background-color: #CD314D; }
a { background-color: rgb(205,49,77); }
div.DivClassName
{
background-color: #CD314D;
}
.BgClassName
{
background-color: #CD314D;
}
</style>
border-color css
<style>
span { border-color: #CD314D; }
span { border-color: rgb(205,49,77); }
td.TdClassName
{
border-color: #CD314D;
}
.TagClassName
{
border-color: #CD314D;
}
</style>