Shades of Old Rose #C02A48
Tints of Old Rose #C02A48
RGB
CMYK
RGB Variations
Color information
#C02A48 (or 0xC02A48) is known color: Old Rose. HEX triplet: C0, 2A and 48. RGB value is (192,42,72). Sum of RGB (Red+Green+Blue) = 192+42+72=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A48 is #3FD5B7. Grayscale: #5A5A5A. Windows color (decimal): -4183480 or 4729536. OLE color: 4729536.
HSL color Cylindrical-coordinate representation of color #C02A48: hue angle of 348º 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 #C02A48 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 72 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.25 |
| HSL | 348º | 0.64% | 0.46% | - |
| HSV(B) | 348º | 0.78% | 0.75% | - |
| XYZ | 23.74 | 13.33 | 7.45 | - |
| YUV | 90.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 72 | 0 | 0.78 | 0.63 | 0.25 | 348 | 0.64 | 0.46 |
| Hex | C0 | 2A | 48 | 0 | 4E | 3F | 19 | 15C | 40 | 2E |
| Octal | 300 | 52 | 110 | 0 | 116 | 77 | 31 | 534 | 100 | 56 |
| Binary | 11000000 | 101010 | 1001000 | 0 | 1001110 | 111111 | 11001 | 101011100 | 1000000 | 101110 |
Color Harmonies of #C02A48
Complementary color
Monochromatic Colors of #C02A48
Black with #C02A48
Text Example
Text Example
White with #C02A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A48; }
p { color: rgb(192,42,72); }
H1.HeaderClassName
{
color: #C02A48;
}
.AnyTagClassName
{
color: #C02A48;
}
</style>
background-color css
<style>
a { background-color: #C02A48; }
a { background-color: rgb(192,42,72); }
div.DivClassName
{
background-color: #C02A48;
}
.BgClassName
{
background-color: #C02A48;
}
</style>
border-color css
<style>
span { border-color: #C02A48; }
span { border-color: rgb(192,42,72); }
td.TdClassName
{
border-color: #C02A48;
}
.TagClassName
{
border-color: #C02A48;
}
</style>