Shades of Old Rose #CD1E4C
Tints of Old Rose #CD1E4C
RGB
CMYK
RGB Variations
Color information
#CD1E4C (or 0xCD1E4C) is known color: Old Rose. HEX triplet: CD, 1E and 4C. RGB value is (205,30,76). Sum of RGB (Red+Green+Blue) = 205+30+76=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E4C is #32E1B3. Grayscale: #575757. Windows color (decimal): -3334580 or 4988621. OLE color: 4988621.
HSL color Cylindrical-coordinate representation of color #CD1E4C: hue angle of 344.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E4C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 76 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.20 |
| HSL | 344.23º | 0.74% | 0.46% | - |
| HSV(B) | 344.23º | 0.85% | 0.8% | - |
| XYZ | 26.95 | 14.43 | 8.2 | - |
| YUV | 87.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 76 | 0 | 0.85 | 0.63 | 0.20 | 344.23 | 0.74 | 0.46 |
| Hex | CD | 1E | 4C | 0 | 55 | 3F | 14 | 158 | 4A | 2E |
| Octal | 315 | 36 | 114 | 0 | 125 | 77 | 24 | 530 | 112 | 56 |
| Binary | 11001101 | 11110 | 1001100 | 0 | 1010101 | 111111 | 10100 | 101011000 | 1001010 | 101110 |
Color Harmonies of #CD1E4C
Complementary color
Monochromatic Colors of #CD1E4C
Black with #CD1E4C
Text Example
Text Example
White with #CD1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E4C; }
p { color: rgb(205,30,76); }
H1.HeaderClassName
{
color: #CD1E4C;
}
.AnyTagClassName
{
color: #CD1E4C;
}
</style>
background-color css
<style>
a { background-color: #CD1E4C; }
a { background-color: rgb(205,30,76); }
div.DivClassName
{
background-color: #CD1E4C;
}
.BgClassName
{
background-color: #CD1E4C;
}
</style>
border-color css
<style>
span { border-color: #CD1E4C; }
span { border-color: rgb(205,30,76); }
td.TdClassName
{
border-color: #CD1E4C;
}
.TagClassName
{
border-color: #CD1E4C;
}
</style>