Shades of Old Rose #C02C5A
Tints of Old Rose #C02C5A
RGB
CMYK
RGB Variations
Color information
#C02C5A (or 0xC02C5A) is known color: Old Rose. HEX triplet: C0, 2C and 5A. RGB value is (192,44,90). Sum of RGB (Red+Green+Blue) = 192+44+90=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C5A is #3FD3A5. Grayscale: #5D5D5D. Windows color (decimal): -4182950 or 5909696. OLE color: 5909696.
HSL color Cylindrical-coordinate representation of color #C02C5A: hue angle of 341.35º 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 #C02C5A is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 90 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.25 |
| HSL | 341.35º | 0.63% | 0.46% | - |
| HSV(B) | 341.35º | 0.77% | 0.75% | - |
| XYZ | 24.48 | 13.75 | 11.04 | - |
| YUV | 93.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 90 | 0 | 0.77 | 0.53 | 0.25 | 341.35 | 0.63 | 0.46 |
| Hex | C0 | 2C | 5A | 0 | 4D | 35 | 19 | 155 | 3F | 2E |
| Octal | 300 | 54 | 132 | 0 | 115 | 65 | 31 | 525 | 77 | 56 |
| Binary | 11000000 | 101100 | 1011010 | 0 | 1001101 | 110101 | 11001 | 101010101 | 111111 | 101110 |
Color Harmonies of #C02C5A
Complementary color
Monochromatic Colors of #C02C5A
Black with #C02C5A
Text Example
Text Example
White with #C02C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C5A; }
p { color: rgb(192,44,90); }
H1.HeaderClassName
{
color: #C02C5A;
}
.AnyTagClassName
{
color: #C02C5A;
}
</style>
background-color css
<style>
a { background-color: #C02C5A; }
a { background-color: rgb(192,44,90); }
div.DivClassName
{
background-color: #C02C5A;
}
.BgClassName
{
background-color: #C02C5A;
}
</style>
border-color css
<style>
span { border-color: #C02C5A; }
span { border-color: rgb(192,44,90); }
td.TdClassName
{
border-color: #C02C5A;
}
.TagClassName
{
border-color: #C02C5A;
}
</style>