Shades of Old Rose #CD3755
Tints of Old Rose #CD3755
RGB
CMYK
RGB Variations
Color information
#CD3755 (or 0xCD3755) is known color: Old Rose. HEX triplet: CD, 37 and 55. RGB value is (205,55,85). Sum of RGB (Red+Green+Blue) = 205+55+85=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3755 is #32C8AA. Grayscale: #676767. Windows color (decimal): -3328171 or 5584845. OLE color: 5584845.
HSL color Cylindrical-coordinate representation of color #CD3755: hue angle of 348º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3755 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 85 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.20 |
| HSL | 348º | 0.6% | 0.51% | - |
| HSV(B) | 348º | 0.73% | 0.8% | - |
| XYZ | 28.18 | 16.37 | 10.27 | - |
| YUV | 103.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 85 | 0 | 0.73 | 0.59 | 0.20 | 348 | 0.6 | 0.51 |
| Hex | CD | 37 | 55 | 0 | 49 | 3B | 14 | 15C | 3C | 33 |
| Octal | 315 | 67 | 125 | 0 | 111 | 73 | 24 | 534 | 74 | 63 |
| Binary | 11001101 | 110111 | 1010101 | 0 | 1001001 | 111011 | 10100 | 101011100 | 111100 | 110011 |
Color Harmonies of #CD3755
Complementary color
Monochromatic Colors of #CD3755
Black with #CD3755
Text Example
Text Example
White with #CD3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3755; }
p { color: rgb(205,55,85); }
H1.HeaderClassName
{
color: #CD3755;
}
.AnyTagClassName
{
color: #CD3755;
}
</style>
background-color css
<style>
a { background-color: #CD3755; }
a { background-color: rgb(205,55,85); }
div.DivClassName
{
background-color: #CD3755;
}
.BgClassName
{
background-color: #CD3755;
}
</style>
border-color css
<style>
span { border-color: #CD3755; }
span { border-color: rgb(205,55,85); }
td.TdClassName
{
border-color: #CD3755;
}
.TagClassName
{
border-color: #CD3755;
}
</style>