Shades of Old Rose #C02C49
Tints of Old Rose #C02C49
RGB
CMYK
RGB Variations
Color information
#C02C49 (or 0xC02C49) is known color: Old Rose. HEX triplet: C0, 2C and 49. RGB value is (192,44,73). Sum of RGB (Red+Green+Blue) = 192+44+73=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C49 is #3FD3B6. Grayscale: #5B5B5B. Windows color (decimal): -4182967 or 4795584. OLE color: 4795584.
HSL color Cylindrical-coordinate representation of color #C02C49: hue angle of 348.24º degrees, saturation: 0.63, 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 #C02C49 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 73 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.25 |
| HSL | 348.24º | 0.63% | 0.46% | - |
| HSV(B) | 348.24º | 0.77% | 0.75% | - |
| XYZ | 23.84 | 13.49 | 7.65 | - |
| YUV | 91.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 73 | 0 | 0.77 | 0.62 | 0.25 | 348.24 | 0.63 | 0.46 |
| Hex | C0 | 2C | 49 | 0 | 4D | 3E | 19 | 15C | 3F | 2E |
| Octal | 300 | 54 | 111 | 0 | 115 | 76 | 31 | 534 | 77 | 56 |
| Binary | 11000000 | 101100 | 1001001 | 0 | 1001101 | 111110 | 11001 | 101011100 | 111111 | 101110 |
Color Harmonies of #C02C49
Complementary color
Monochromatic Colors of #C02C49
Black with #C02C49
Text Example
Text Example
White with #C02C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C49; }
p { color: rgb(192,44,73); }
H1.HeaderClassName
{
color: #C02C49;
}
.AnyTagClassName
{
color: #C02C49;
}
</style>
background-color css
<style>
a { background-color: #C02C49; }
a { background-color: rgb(192,44,73); }
div.DivClassName
{
background-color: #C02C49;
}
.BgClassName
{
background-color: #C02C49;
}
</style>
border-color css
<style>
span { border-color: #C02C49; }
span { border-color: rgb(192,44,73); }
td.TdClassName
{
border-color: #C02C49;
}
.TagClassName
{
border-color: #C02C49;
}
</style>