Shades of Old Rose #C02A5B
Tints of Old Rose #C02A5B
RGB
CMYK
RGB Variations
Color information
#C02A5B (or 0xC02A5B) is known color: Old Rose. HEX triplet: C0, 2A and 5B. RGB value is (192,42,91). Sum of RGB (Red+Green+Blue) = 192+42+91=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A5B is #3FD5A4. Grayscale: #5C5C5C. Windows color (decimal): -4183461 or 5974720. OLE color: 5974720.
HSL color Cylindrical-coordinate representation of color #C02A5B: hue angle of 340.4º 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 #C02A5B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 91 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.25 |
| HSL | 340.4º | 0.64% | 0.46% | - |
| HSV(B) | 340.4º | 0.78% | 0.75% | - |
| XYZ | 24.45 | 13.62 | 11.24 | - |
| YUV | 92.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 91 | 0 | 0.78 | 0.53 | 0.25 | 340.4 | 0.64 | 0.46 |
| Hex | C0 | 2A | 5B | 0 | 4E | 35 | 19 | 154 | 40 | 2E |
| Octal | 300 | 52 | 133 | 0 | 116 | 65 | 31 | 524 | 100 | 56 |
| Binary | 11000000 | 101010 | 1011011 | 0 | 1001110 | 110101 | 11001 | 101010100 | 1000000 | 101110 |
Color Harmonies of #C02A5B
Complementary color
Monochromatic Colors of #C02A5B
Black with #C02A5B
Text Example
Text Example
White with #C02A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A5B; }
p { color: rgb(192,42,91); }
H1.HeaderClassName
{
color: #C02A5B;
}
.AnyTagClassName
{
color: #C02A5B;
}
</style>
background-color css
<style>
a { background-color: #C02A5B; }
a { background-color: rgb(192,42,91); }
div.DivClassName
{
background-color: #C02A5B;
}
.BgClassName
{
background-color: #C02A5B;
}
</style>
border-color css
<style>
span { border-color: #C02A5B; }
span { border-color: rgb(192,42,91); }
td.TdClassName
{
border-color: #C02A5B;
}
.TagClassName
{
border-color: #C02A5B;
}
</style>