Shades of Old Rose #C02253
Tints of Old Rose #C02253
RGB
CMYK
RGB Variations
Color information
#C02253 (or 0xC02253) is known color: Old Rose. HEX triplet: C0, 22 and 53. RGB value is (192,34,83). Sum of RGB (Red+Green+Blue) = 192+34+83=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02253 is #3FDDAC. Grayscale: #565656. Windows color (decimal): -4185517 or 5448384. OLE color: 5448384.
HSL color Cylindrical-coordinate representation of color #C02253: hue angle of 341.39º 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 #C02253 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 83 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.25 |
| HSL | 341.39º | 0.7% | 0.44% | - |
| HSV(B) | 341.39º | 0.82% | 0.75% | - |
| XYZ | 23.87 | 12.98 | 9.43 | - |
| YUV | 86.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 83 | 0 | 0.82 | 0.57 | 0.25 | 341.39 | 0.7 | 0.44 |
| Hex | C0 | 22 | 53 | 0 | 52 | 39 | 19 | 155 | 46 | 2C |
| Octal | 300 | 42 | 123 | 0 | 122 | 71 | 31 | 525 | 106 | 54 |
| Binary | 11000000 | 100010 | 1010011 | 0 | 1010010 | 111001 | 11001 | 101010101 | 1000110 | 101100 |
Color Harmonies of #C02253
Complementary color
Monochromatic Colors of #C02253
Black with #C02253
Text Example
Text Example
White with #C02253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02253; }
p { color: rgb(192,34,83); }
H1.HeaderClassName
{
color: #C02253;
}
.AnyTagClassName
{
color: #C02253;
}
</style>
background-color css
<style>
a { background-color: #C02253; }
a { background-color: rgb(192,34,83); }
div.DivClassName
{
background-color: #C02253;
}
.BgClassName
{
background-color: #C02253;
}
</style>
border-color css
<style>
span { border-color: #C02253; }
span { border-color: rgb(192,34,83); }
td.TdClassName
{
border-color: #C02253;
}
.TagClassName
{
border-color: #C02253;
}
</style>