Shades of Old Rose #C02A54
Tints of Old Rose #C02A54
RGB
CMYK
RGB Variations
Color information
#C02A54 (or 0xC02A54) is known color: Old Rose. HEX triplet: C0, 2A and 54. RGB value is (192,42,84). Sum of RGB (Red+Green+Blue) = 192+42+84=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A54 is #3FD5AB. Grayscale: #5B5B5B. Windows color (decimal): -4183468 or 5515968. OLE color: 5515968.
HSL color Cylindrical-coordinate representation of color #C02A54: hue angle of 343.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 #C02A54 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 84 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.25 |
| HSL | 343.2º | 0.64% | 0.46% | - |
| HSV(B) | 343.2º | 0.78% | 0.75% | - |
| XYZ | 24.17 | 13.5 | 9.72 | - |
| YUV | 91.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 84 | 0 | 0.78 | 0.56 | 0.25 | 343.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | 54 | 0 | 4E | 38 | 19 | 157 | 40 | 2E |
| Octal | 300 | 52 | 124 | 0 | 116 | 70 | 31 | 527 | 100 | 56 |
| Binary | 11000000 | 101010 | 1010100 | 0 | 1001110 | 111000 | 11001 | 101010111 | 1000000 | 101110 |
Color Harmonies of #C02A54
Complementary color
Monochromatic Colors of #C02A54
Black with #C02A54
Text Example
Text Example
White with #C02A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A54; }
p { color: rgb(192,42,84); }
H1.HeaderClassName
{
color: #C02A54;
}
.AnyTagClassName
{
color: #C02A54;
}
</style>
background-color css
<style>
a { background-color: #C02A54; }
a { background-color: rgb(192,42,84); }
div.DivClassName
{
background-color: #C02A54;
}
.BgClassName
{
background-color: #C02A54;
}
</style>
border-color css
<style>
span { border-color: #C02A54; }
span { border-color: rgb(192,42,84); }
td.TdClassName
{
border-color: #C02A54;
}
.TagClassName
{
border-color: #C02A54;
}
</style>