Shades of Old Rose #CD3A50
Tints of Old Rose #CD3A50
RGB
CMYK
RGB Variations
Color information
#CD3A50 (or 0xCD3A50) is known color: Old Rose. HEX triplet: CD, 3A and 50. RGB value is (205,58,80). Sum of RGB (Red+Green+Blue) = 205+58+80=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A50 is #32C5AF. Grayscale: #686868. Windows color (decimal): -3327408 or 5257933. OLE color: 5257933.
HSL color Cylindrical-coordinate representation of color #CD3A50: hue angle of 351.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A50 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 80 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.20 |
| HSL | 351.02º | 0.6% | 0.52% | - |
| HSV(B) | 351.02º | 0.72% | 0.8% | - |
| XYZ | 28.14 | 16.58 | 9.31 | - |
| YUV | 104.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 80 | 0 | 0.72 | 0.61 | 0.20 | 351.02 | 0.6 | 0.52 |
| Hex | CD | 3A | 50 | 0 | 48 | 3D | 14 | 15F | 3C | 34 |
| Octal | 315 | 72 | 120 | 0 | 110 | 75 | 24 | 537 | 74 | 64 |
| Binary | 11001101 | 111010 | 1010000 | 0 | 1001000 | 111101 | 10100 | 101011111 | 111100 | 110100 |
Color Harmonies of #CD3A50
Complementary color
Monochromatic Colors of #CD3A50
Black with #CD3A50
Text Example
Text Example
White with #CD3A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A50; }
p { color: rgb(205,58,80); }
H1.HeaderClassName
{
color: #CD3A50;
}
.AnyTagClassName
{
color: #CD3A50;
}
</style>
background-color css
<style>
a { background-color: #CD3A50; }
a { background-color: rgb(205,58,80); }
div.DivClassName
{
background-color: #CD3A50;
}
.BgClassName
{
background-color: #CD3A50;
}
</style>
border-color css
<style>
span { border-color: #CD3A50; }
span { border-color: rgb(205,58,80); }
td.TdClassName
{
border-color: #CD3A50;
}
.TagClassName
{
border-color: #CD3A50;
}
</style>