Shades of Old Rose #C03361
Tints of Old Rose #C03361
RGB
CMYK
RGB Variations
Color information
#C03361 (or 0xC03361) is known color: Old Rose. HEX triplet: C0, 33 and 61. RGB value is (192,51,97). Sum of RGB (Red+Green+Blue) = 192+51+97=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03361 is #3FCC9E. Grayscale: #626262. Windows color (decimal): -4181151 or 6370240. OLE color: 6370240.
HSL color Cylindrical-coordinate representation of color #C03361: hue angle of 340.43º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03361 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 97 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.25 |
| HSL | 340.43º | 0.58% | 0.48% | - |
| HSV(B) | 340.43º | 0.73% | 0.75% | - |
| XYZ | 25.08 | 14.44 | 12.77 | - |
| YUV | 98.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 97 | 0 | 0.73 | 0.49 | 0.25 | 340.43 | 0.58 | 0.48 |
| Hex | C0 | 33 | 61 | 0 | 49 | 31 | 19 | 154 | 3A | 30 |
| Octal | 300 | 63 | 141 | 0 | 111 | 61 | 31 | 524 | 72 | 60 |
| Binary | 11000000 | 110011 | 1100001 | 0 | 1001001 | 110001 | 11001 | 101010100 | 111010 | 110000 |
Color Harmonies of #C03361
Complementary color
Monochromatic Colors of #C03361
Black with #C03361
Text Example
Text Example
White with #C03361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03361; }
p { color: rgb(192,51,97); }
H1.HeaderClassName
{
color: #C03361;
}
.AnyTagClassName
{
color: #C03361;
}
</style>
background-color css
<style>
a { background-color: #C03361; }
a { background-color: rgb(192,51,97); }
div.DivClassName
{
background-color: #C03361;
}
.BgClassName
{
background-color: #C03361;
}
</style>
border-color css
<style>
span { border-color: #C03361; }
span { border-color: rgb(192,51,97); }
td.TdClassName
{
border-color: #C03361;
}
.TagClassName
{
border-color: #C03361;
}
</style>