Shades of Old Rose #C02346
Tints of Old Rose #C02346
RGB
CMYK
RGB Variations
Color information
#C02346 (or 0xC02346) is known color: Old Rose. HEX triplet: C0, 23 and 46. RGB value is (192,35,70). Sum of RGB (Red+Green+Blue) = 192+35+70=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02346 is #3FDCB9. Grayscale: #555555. Windows color (decimal): -4185274 or 4596672. OLE color: 4596672.
HSL color Cylindrical-coordinate representation of color #C02346: hue angle of 346.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02346 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 70 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.25 |
| HSL | 346.62º | 0.69% | 0.45% | - |
| HSV(B) | 346.62º | 0.82% | 0.75% | - |
| XYZ | 23.44 | 12.85 | 7.04 | - |
| YUV | 85.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 70 | 0 | 0.82 | 0.64 | 0.25 | 346.62 | 0.69 | 0.45 |
| Hex | C0 | 23 | 46 | 0 | 52 | 40 | 19 | 15B | 45 | 2D |
| Octal | 300 | 43 | 106 | 0 | 122 | 100 | 31 | 533 | 105 | 55 |
| Binary | 11000000 | 100011 | 1000110 | 0 | 1010010 | 1000000 | 11001 | 101011011 | 1000101 | 101101 |
Color Harmonies of #C02346
Complementary color
Monochromatic Colors of #C02346
Black with #C02346
Text Example
Text Example
White with #C02346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02346; }
p { color: rgb(192,35,70); }
H1.HeaderClassName
{
color: #C02346;
}
.AnyTagClassName
{
color: #C02346;
}
</style>
background-color css
<style>
a { background-color: #C02346; }
a { background-color: rgb(192,35,70); }
div.DivClassName
{
background-color: #C02346;
}
.BgClassName
{
background-color: #C02346;
}
</style>
border-color css
<style>
span { border-color: #C02346; }
span { border-color: rgb(192,35,70); }
td.TdClassName
{
border-color: #C02346;
}
.TagClassName
{
border-color: #C02346;
}
</style>