Shades of Old Rose #CD3A55
Tints of Old Rose #CD3A55
RGB
CMYK
RGB Variations
Color information
#CD3A55 (or 0xCD3A55) is known color: Old Rose. HEX triplet: CD, 3A and 55. RGB value is (205,58,85). Sum of RGB (Red+Green+Blue) = 205+58+85=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A55 is #32C5AA. Grayscale: #696969. Windows color (decimal): -3327403 or 5585613. OLE color: 5585613.
HSL color Cylindrical-coordinate representation of color #CD3A55: hue angle of 348.98º 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 #CD3A55 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 85 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.20 |
| HSL | 348.98º | 0.6% | 0.52% | - |
| HSV(B) | 348.98º | 0.72% | 0.8% | - |
| XYZ | 28.33 | 16.66 | 10.32 | - |
| YUV | 105.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 85 | 0 | 0.72 | 0.59 | 0.20 | 348.98 | 0.6 | 0.52 |
| Hex | CD | 3A | 55 | 0 | 48 | 3B | 14 | 15D | 3C | 34 |
| Octal | 315 | 72 | 125 | 0 | 110 | 73 | 24 | 535 | 74 | 64 |
| Binary | 11001101 | 111010 | 1010101 | 0 | 1001000 | 111011 | 10100 | 101011101 | 111100 | 110100 |
Color Harmonies of #CD3A55
Complementary color
Monochromatic Colors of #CD3A55
Black with #CD3A55
Text Example
Text Example
White with #CD3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A55; }
p { color: rgb(205,58,85); }
H1.HeaderClassName
{
color: #CD3A55;
}
.AnyTagClassName
{
color: #CD3A55;
}
</style>
background-color css
<style>
a { background-color: #CD3A55; }
a { background-color: rgb(205,58,85); }
div.DivClassName
{
background-color: #CD3A55;
}
.BgClassName
{
background-color: #CD3A55;
}
</style>
border-color css
<style>
span { border-color: #CD3A55; }
span { border-color: rgb(205,58,85); }
td.TdClassName
{
border-color: #CD3A55;
}
.TagClassName
{
border-color: #CD3A55;
}
</style>