Shades of Old Rose #CD2C50
Tints of Old Rose #CD2C50
RGB
CMYK
RGB Variations
Color information
#CD2C50 (or 0xCD2C50) is known color: Old Rose. HEX triplet: CD, 2C and 50. RGB value is (205,44,80). Sum of RGB (Red+Green+Blue) = 205+44+80=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C50 is #32D3AF. Grayscale: #606060. Windows color (decimal): -3330992 or 5254349. OLE color: 5254349.
HSL color Cylindrical-coordinate representation of color #CD2C50: hue angle of 346.58º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C50 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 80 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.20 |
| HSL | 346.58º | 0.65% | 0.49% | - |
| HSV(B) | 346.58º | 0.79% | 0.8% | - |
| XYZ | 27.53 | 15.36 | 9.1 | - |
| YUV | 96.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 80 | 0 | 0.79 | 0.61 | 0.20 | 346.58 | 0.65 | 0.49 |
| Hex | CD | 2C | 50 | 0 | 4F | 3D | 14 | 15B | 41 | 31 |
| Octal | 315 | 54 | 120 | 0 | 117 | 75 | 24 | 533 | 101 | 61 |
| Binary | 11001101 | 101100 | 1010000 | 0 | 1001111 | 111101 | 10100 | 101011011 | 1000001 | 110001 |
Color Harmonies of #CD2C50
Complementary color
Monochromatic Colors of #CD2C50
Black with #CD2C50
Text Example
Text Example
White with #CD2C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C50; }
p { color: rgb(205,44,80); }
H1.HeaderClassName
{
color: #CD2C50;
}
.AnyTagClassName
{
color: #CD2C50;
}
</style>
background-color css
<style>
a { background-color: #CD2C50; }
a { background-color: rgb(205,44,80); }
div.DivClassName
{
background-color: #CD2C50;
}
.BgClassName
{
background-color: #CD2C50;
}
</style>
border-color css
<style>
span { border-color: #CD2C50; }
span { border-color: rgb(205,44,80); }
td.TdClassName
{
border-color: #CD2C50;
}
.TagClassName
{
border-color: #CD2C50;
}
</style>