Shades of Old Rose #C02A63
Tints of Old Rose #C02A63
RGB
CMYK
RGB Variations
Color information
#C02A63 (or 0xC02A63) is known color: Old Rose. HEX triplet: C0, 2A and 63. RGB value is (192,42,99). Sum of RGB (Red+Green+Blue) = 192+42+99=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A63 is #3FD59C. Grayscale: #5D5D5D. Windows color (decimal): -4183453 or 6499008. OLE color: 6499008.
HSL color Cylindrical-coordinate representation of color #C02A63: hue angle of 337.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A63 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 99 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.25 |
| HSL | 337.2º | 0.64% | 0.46% | - |
| HSV(B) | 337.2º | 0.78% | 0.75% | - |
| XYZ | 24.82 | 13.76 | 13.15 | - |
| YUV | 93.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 99 | 0 | 0.78 | 0.48 | 0.25 | 337.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | 63 | 0 | 4E | 30 | 19 | 151 | 40 | 2E |
| Octal | 300 | 52 | 143 | 0 | 116 | 60 | 31 | 521 | 100 | 56 |
| Binary | 11000000 | 101010 | 1100011 | 0 | 1001110 | 110000 | 11001 | 101010001 | 1000000 | 101110 |
Color Harmonies of #C02A63
Complementary color
Monochromatic Colors of #C02A63
Black with #C02A63
Text Example
Text Example
White with #C02A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A63; }
p { color: rgb(192,42,99); }
H1.HeaderClassName
{
color: #C02A63;
}
.AnyTagClassName
{
color: #C02A63;
}
</style>
background-color css
<style>
a { background-color: #C02A63; }
a { background-color: rgb(192,42,99); }
div.DivClassName
{
background-color: #C02A63;
}
.BgClassName
{
background-color: #C02A63;
}
</style>
border-color css
<style>
span { border-color: #C02A63; }
span { border-color: rgb(192,42,99); }
td.TdClassName
{
border-color: #C02A63;
}
.TagClassName
{
border-color: #C02A63;
}
</style>