Shades of Old Rose #C02250
Tints of Old Rose #C02250
RGB
CMYK
RGB Variations
Color information
#C02250 (or 0xC02250) is known color: Old Rose. HEX triplet: C0, 22 and 50. RGB value is (192,34,80). Sum of RGB (Red+Green+Blue) = 192+34+80=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C02250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02250 is #3FDDAF. Grayscale: #565656. Windows color (decimal): -4185520 or 5251776. OLE color: 5251776.
HSL color Cylindrical-coordinate representation of color #C02250: hue angle of 342.53º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02250 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 80 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.25 |
| HSL | 342.53º | 0.7% | 0.44% | - |
| HSV(B) | 342.53º | 0.82% | 0.75% | - |
| XYZ | 23.76 | 12.93 | 8.83 | - |
| YUV | 86.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 80 | 0 | 0.82 | 0.58 | 0.25 | 342.53 | 0.7 | 0.44 |
| Hex | C0 | 22 | 50 | 0 | 52 | 3A | 19 | 157 | 46 | 2C |
| Octal | 300 | 42 | 120 | 0 | 122 | 72 | 31 | 527 | 106 | 54 |
| Binary | 11000000 | 100010 | 1010000 | 0 | 1010010 | 111010 | 11001 | 101010111 | 1000110 | 101100 |
Color Harmonies of #C02250
Complementary color
Monochromatic Colors of #C02250
Black with #C02250
Text Example
Text Example
White with #C02250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02250; }
p { color: rgb(192,34,80); }
H1.HeaderClassName
{
color: #C02250;
}
.AnyTagClassName
{
color: #C02250;
}
</style>
background-color css
<style>
a { background-color: #C02250; }
a { background-color: rgb(192,34,80); }
div.DivClassName
{
background-color: #C02250;
}
.BgClassName
{
background-color: #C02250;
}
</style>
border-color css
<style>
span { border-color: #C02250; }
span { border-color: rgb(192,34,80); }
td.TdClassName
{
border-color: #C02250;
}
.TagClassName
{
border-color: #C02250;
}
</style>