Shades of Old Rose #CD2754
Tints of Old Rose #CD2754
RGB
CMYK
RGB Variations
Color information
#CD2754 (or 0xCD2754) is known color: Old Rose. HEX triplet: CD, 27 and 54. RGB value is (205,39,84). Sum of RGB (Red+Green+Blue) = 205+39+84=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2754 is #32D8AB. Grayscale: #5D5D5D. Windows color (decimal): -3332268 or 5515213. OLE color: 5515213.
HSL color Cylindrical-coordinate representation of color #CD2754: hue angle of 343.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2754 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 84 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.20 |
| HSL | 343.73º | 0.68% | 0.48% | - |
| HSV(B) | 343.73º | 0.81% | 0.8% | - |
| XYZ | 27.5 | 15.07 | 9.85 | - |
| YUV | 93.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 84 | 0 | 0.81 | 0.59 | 0.20 | 343.73 | 0.68 | 0.48 |
| Hex | CD | 27 | 54 | 0 | 51 | 3B | 14 | 158 | 44 | 30 |
| Octal | 315 | 47 | 124 | 0 | 121 | 73 | 24 | 530 | 104 | 60 |
| Binary | 11001101 | 100111 | 1010100 | 0 | 1010001 | 111011 | 10100 | 101011000 | 1000100 | 110000 |
Color Harmonies of #CD2754
Complementary color
Monochromatic Colors of #CD2754
Black with #CD2754
Text Example
Text Example
White with #CD2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2754; }
p { color: rgb(205,39,84); }
H1.HeaderClassName
{
color: #CD2754;
}
.AnyTagClassName
{
color: #CD2754;
}
</style>
background-color css
<style>
a { background-color: #CD2754; }
a { background-color: rgb(205,39,84); }
div.DivClassName
{
background-color: #CD2754;
}
.BgClassName
{
background-color: #CD2754;
}
</style>
border-color css
<style>
span { border-color: #CD2754; }
span { border-color: rgb(205,39,84); }
td.TdClassName
{
border-color: #CD2754;
}
.TagClassName
{
border-color: #CD2754;
}
</style>