Shades of Old Rose #C02C63
Tints of Old Rose #C02C63
RGB
CMYK
RGB Variations
Color information
#C02C63 (or 0xC02C63) is known color: Old Rose. HEX triplet: C0, 2C and 63. RGB value is (192,44,99). Sum of RGB (Red+Green+Blue) = 192+44+99=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C63 is #3FD39C. Grayscale: #5E5E5E. Windows color (decimal): -4182941 or 6499520. OLE color: 6499520.
HSL color Cylindrical-coordinate representation of color #C02C63: hue angle of 337.7º 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 #C02C63 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 99 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.25 |
| HSL | 337.7º | 0.63% | 0.46% | - |
| HSV(B) | 337.7º | 0.77% | 0.75% | - |
| XYZ | 24.89 | 13.91 | 13.18 | - |
| YUV | 94.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 99 | 0 | 0.77 | 0.48 | 0.25 | 337.7 | 0.63 | 0.46 |
| Hex | C0 | 2C | 63 | 0 | 4D | 30 | 19 | 152 | 3F | 2E |
| Octal | 300 | 54 | 143 | 0 | 115 | 60 | 31 | 522 | 77 | 56 |
| Binary | 11000000 | 101100 | 1100011 | 0 | 1001101 | 110000 | 11001 | 101010010 | 111111 | 101110 |
Color Harmonies of #C02C63
Complementary color
Monochromatic Colors of #C02C63
Black with #C02C63
Text Example
Text Example
White with #C02C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C63; }
p { color: rgb(192,44,99); }
H1.HeaderClassName
{
color: #C02C63;
}
.AnyTagClassName
{
color: #C02C63;
}
</style>
background-color css
<style>
a { background-color: #C02C63; }
a { background-color: rgb(192,44,99); }
div.DivClassName
{
background-color: #C02C63;
}
.BgClassName
{
background-color: #C02C63;
}
</style>
border-color css
<style>
span { border-color: #C02C63; }
span { border-color: rgb(192,44,99); }
td.TdClassName
{
border-color: #C02C63;
}
.TagClassName
{
border-color: #C02C63;
}
</style>