Shades of Old Rose #C02B50
Tints of Old Rose #C02B50
RGB
CMYK
RGB Variations
Color information
#C02B50 (or 0xC02B50) is known color: Old Rose. HEX triplet: C0, 2B and 50. RGB value is (192,43,80). Sum of RGB (Red+Green+Blue) = 192+43+80=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B50 is #3FD4AF. Grayscale: #5B5B5B. Windows color (decimal): -4183216 or 5254080. OLE color: 5254080.
HSL color Cylindrical-coordinate representation of color #C02B50: hue angle of 345.1º degrees, saturation: 0.63, 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 #C02B50 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 80 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.25 |
| HSL | 345.1º | 0.63% | 0.46% | - |
| HSV(B) | 345.1º | 0.78% | 0.75% | - |
| XYZ | 24.05 | 13.51 | 8.93 | - |
| YUV | 91.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 80 | 0 | 0.78 | 0.58 | 0.25 | 345.1 | 0.63 | 0.46 |
| Hex | C0 | 2B | 50 | 0 | 4E | 3A | 19 | 159 | 3F | 2E |
| Octal | 300 | 53 | 120 | 0 | 116 | 72 | 31 | 531 | 77 | 56 |
| Binary | 11000000 | 101011 | 1010000 | 0 | 1001110 | 111010 | 11001 | 101011001 | 111111 | 101110 |
Color Harmonies of #C02B50
Complementary color
Monochromatic Colors of #C02B50
Black with #C02B50
Text Example
Text Example
White with #C02B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B50; }
p { color: rgb(192,43,80); }
H1.HeaderClassName
{
color: #C02B50;
}
.AnyTagClassName
{
color: #C02B50;
}
</style>
background-color css
<style>
a { background-color: #C02B50; }
a { background-color: rgb(192,43,80); }
div.DivClassName
{
background-color: #C02B50;
}
.BgClassName
{
background-color: #C02B50;
}
</style>
border-color css
<style>
span { border-color: #C02B50; }
span { border-color: rgb(192,43,80); }
td.TdClassName
{
border-color: #C02B50;
}
.TagClassName
{
border-color: #C02B50;
}
</style>