Shades of Old Rose #CD3654
Tints of Old Rose #CD3654
RGB
CMYK
RGB Variations
Color information
#CD3654 (or 0xCD3654) is known color: Old Rose. HEX triplet: CD, 36 and 54. RGB value is (205,54,84). Sum of RGB (Red+Green+Blue) = 205+54+84=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3654 is #32C9AB. Grayscale: #666666. Windows color (decimal): -3328428 or 5519053. OLE color: 5519053.
HSL color Cylindrical-coordinate representation of color #CD3654: hue angle of 348.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3654 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 84 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.20 |
| HSL | 348.08º | 0.6% | 0.51% | - |
| HSV(B) | 348.08º | 0.74% | 0.8% | - |
| XYZ | 28.1 | 16.26 | 10.04 | - |
| YUV | 102.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 84 | 0 | 0.74 | 0.59 | 0.20 | 348.08 | 0.6 | 0.51 |
| Hex | CD | 36 | 54 | 0 | 4A | 3B | 14 | 15C | 3C | 33 |
| Octal | 315 | 66 | 124 | 0 | 112 | 73 | 24 | 534 | 74 | 63 |
| Binary | 11001101 | 110110 | 1010100 | 0 | 1001010 | 111011 | 10100 | 101011100 | 111100 | 110011 |
Color Harmonies of #CD3654
Complementary color
Monochromatic Colors of #CD3654
Black with #CD3654
Text Example
Text Example
White with #CD3654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3654; }
p { color: rgb(205,54,84); }
H1.HeaderClassName
{
color: #CD3654;
}
.AnyTagClassName
{
color: #CD3654;
}
</style>
background-color css
<style>
a { background-color: #CD3654; }
a { background-color: rgb(205,54,84); }
div.DivClassName
{
background-color: #CD3654;
}
.BgClassName
{
background-color: #CD3654;
}
</style>
border-color css
<style>
span { border-color: #CD3654; }
span { border-color: rgb(205,54,84); }
td.TdClassName
{
border-color: #CD3654;
}
.TagClassName
{
border-color: #CD3654;
}
</style>