Shades of Old Rose #C02D5D
Tints of Old Rose #C02D5D
RGB
CMYK
RGB Variations
Color information
#C02D5D (or 0xC02D5D) is known color: Old Rose. HEX triplet: C0, 2D and 5D. RGB value is (192,45,93). Sum of RGB (Red+Green+Blue) = 192+45+93=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D5D is #3FD2A2. Grayscale: #5E5E5E. Windows color (decimal): -4182691 or 6106560. OLE color: 6106560.
HSL color Cylindrical-coordinate representation of color #C02D5D: hue angle of 340.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D5D is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 93 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.25 |
| HSL | 340.41º | 0.62% | 0.46% | - |
| HSV(B) | 340.41º | 0.77% | 0.75% | - |
| XYZ | 24.65 | 13.87 | 11.73 | - |
| YUV | 94.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 93 | 0 | 0.77 | 0.52 | 0.25 | 340.41 | 0.62 | 0.46 |
| Hex | C0 | 2D | 5D | 0 | 4D | 34 | 19 | 154 | 3E | 2E |
| Octal | 300 | 55 | 135 | 0 | 115 | 64 | 31 | 524 | 76 | 56 |
| Binary | 11000000 | 101101 | 1011101 | 0 | 1001101 | 110100 | 11001 | 101010100 | 111110 | 101110 |
Color Harmonies of #C02D5D
Complementary color
Monochromatic Colors of #C02D5D
Black with #C02D5D
Text Example
Text Example
White with #C02D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D5D; }
p { color: rgb(192,45,93); }
H1.HeaderClassName
{
color: #C02D5D;
}
.AnyTagClassName
{
color: #C02D5D;
}
</style>
background-color css
<style>
a { background-color: #C02D5D; }
a { background-color: rgb(192,45,93); }
div.DivClassName
{
background-color: #C02D5D;
}
.BgClassName
{
background-color: #C02D5D;
}
</style>
border-color css
<style>
span { border-color: #C02D5D; }
span { border-color: rgb(192,45,93); }
td.TdClassName
{
border-color: #C02D5D;
}
.TagClassName
{
border-color: #C02D5D;
}
</style>