Shades of Old Rose #CD3754
Tints of Old Rose #CD3754
RGB
CMYK
RGB Variations
Color information
#CD3754 (or 0xCD3754) is known color: Old Rose. HEX triplet: CD, 37 and 54. RGB value is (205,55,84). Sum of RGB (Red+Green+Blue) = 205+55+84=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3754 is #32C8AB. Grayscale: #676767. Windows color (decimal): -3328172 or 5519309. OLE color: 5519309.
HSL color Cylindrical-coordinate representation of color #CD3754: hue angle of 348.4º 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 #CD3754 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 84 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.20 |
| HSL | 348.4º | 0.6% | 0.51% | - |
| HSV(B) | 348.4º | 0.73% | 0.8% | - |
| XYZ | 28.14 | 16.35 | 10.06 | - |
| YUV | 103.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 84 | 0 | 0.73 | 0.59 | 0.20 | 348.4 | 0.6 | 0.51 |
| Hex | CD | 37 | 54 | 0 | 49 | 3B | 14 | 15C | 3C | 33 |
| Octal | 315 | 67 | 124 | 0 | 111 | 73 | 24 | 534 | 74 | 63 |
| Binary | 11001101 | 110111 | 1010100 | 0 | 1001001 | 111011 | 10100 | 101011100 | 111100 | 110011 |
Color Harmonies of #CD3754
Complementary color
Monochromatic Colors of #CD3754
Black with #CD3754
Text Example
Text Example
White with #CD3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3754; }
p { color: rgb(205,55,84); }
H1.HeaderClassName
{
color: #CD3754;
}
.AnyTagClassName
{
color: #CD3754;
}
</style>
background-color css
<style>
a { background-color: #CD3754; }
a { background-color: rgb(205,55,84); }
div.DivClassName
{
background-color: #CD3754;
}
.BgClassName
{
background-color: #CD3754;
}
</style>
border-color css
<style>
span { border-color: #CD3754; }
span { border-color: rgb(205,55,84); }
td.TdClassName
{
border-color: #CD3754;
}
.TagClassName
{
border-color: #CD3754;
}
</style>