Shades of Old Rose #C02D4F
Tints of Old Rose #C02D4F
RGB
CMYK
RGB Variations
Color information
#C02D4F (or 0xC02D4F) is known color: Old Rose. HEX triplet: C0, 2D and 4F. RGB value is (192,45,79). Sum of RGB (Red+Green+Blue) = 192+45+79=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D4F is #3FD2B0. Grayscale: #5C5C5C. Windows color (decimal): -4182705 or 5189056. OLE color: 5189056.
HSL color Cylindrical-coordinate representation of color #C02D4F: hue angle of 346.12º 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 #C02D4F is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 79 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.25 |
| HSL | 346.12º | 0.62% | 0.46% | - |
| HSV(B) | 346.12º | 0.77% | 0.75% | - |
| XYZ | 24.09 | 13.65 | 8.76 | - |
| YUV | 92.83 | 120.2 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 79 | 0 | 0.77 | 0.59 | 0.25 | 346.12 | 0.62 | 0.46 |
| Hex | C0 | 2D | 4F | 0 | 4D | 3B | 19 | 15A | 3E | 2E |
| Octal | 300 | 55 | 117 | 0 | 115 | 73 | 31 | 532 | 76 | 56 |
| Binary | 11000000 | 101101 | 1001111 | 0 | 1001101 | 111011 | 11001 | 101011010 | 111110 | 101110 |
Color Harmonies of #C02D4F
Complementary color
Monochromatic Colors of #C02D4F
Black with #C02D4F
Text Example
Text Example
White with #C02D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D4F; }
p { color: rgb(192,45,79); }
H1.HeaderClassName
{
color: #C02D4F;
}
.AnyTagClassName
{
color: #C02D4F;
}
</style>
background-color css
<style>
a { background-color: #C02D4F; }
a { background-color: rgb(192,45,79); }
div.DivClassName
{
background-color: #C02D4F;
}
.BgClassName
{
background-color: #C02D4F;
}
</style>
border-color css
<style>
span { border-color: #C02D4F; }
span { border-color: rgb(192,45,79); }
td.TdClassName
{
border-color: #C02D4F;
}
.TagClassName
{
border-color: #C02D4F;
}
</style>