Shades of Old Rose #C02849
Tints of Old Rose #C02849
RGB
CMYK
RGB Variations
Color information
#C02849 (or 0xC02849) is known color: Old Rose. HEX triplet: C0, 28 and 49. RGB value is (192,40,73). Sum of RGB (Red+Green+Blue) = 192+40+73=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C02849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02849 is #3FD7B6. Grayscale: #595959. Windows color (decimal): -4183991 or 4794560. OLE color: 4794560.
HSL color Cylindrical-coordinate representation of color #C02849: hue angle of 346.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02849 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 73 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.25 |
| HSL | 346.97º | 0.66% | 0.45% | - |
| HSV(B) | 346.97º | 0.79% | 0.75% | - |
| XYZ | 23.7 | 13.21 | 7.6 | - |
| YUV | 89.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 73 | 0 | 0.79 | 0.62 | 0.25 | 346.97 | 0.66 | 0.45 |
| Hex | C0 | 28 | 49 | 0 | 4F | 3E | 19 | 15B | 42 | 2D |
| Octal | 300 | 50 | 111 | 0 | 117 | 76 | 31 | 533 | 102 | 55 |
| Binary | 11000000 | 101000 | 1001001 | 0 | 1001111 | 111110 | 11001 | 101011011 | 1000010 | 101101 |
Color Harmonies of #C02849
Complementary color
Monochromatic Colors of #C02849
Black with #C02849
Text Example
Text Example
White with #C02849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02849; }
p { color: rgb(192,40,73); }
H1.HeaderClassName
{
color: #C02849;
}
.AnyTagClassName
{
color: #C02849;
}
</style>
background-color css
<style>
a { background-color: #C02849; }
a { background-color: rgb(192,40,73); }
div.DivClassName
{
background-color: #C02849;
}
.BgClassName
{
background-color: #C02849;
}
</style>
border-color css
<style>
span { border-color: #C02849; }
span { border-color: rgb(192,40,73); }
td.TdClassName
{
border-color: #C02849;
}
.TagClassName
{
border-color: #C02849;
}
</style>