Shades of Old Rose #C03B49
Tints of Old Rose #C03B49
RGB
CMYK
RGB Variations
Color information
#C03B49 (or 0xC03B49) is known color: Old Rose. HEX triplet: C0, 3B and 49. RGB value is (192,59,73). Sum of RGB (Red+Green+Blue) = 192+59+73=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B49 is #3FC4B6. Grayscale: #646464. Windows color (decimal): -4179127 or 4799424. OLE color: 4799424.
HSL color Cylindrical-coordinate representation of color #C03B49: hue angle of 353.68º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B49 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 73 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.25 |
| HSL | 353.68º | 0.53% | 0.49% | - |
| HSV(B) | 353.68º | 0.69% | 0.75% | - |
| XYZ | 24.5 | 14.82 | 7.87 | - |
| YUV | 100.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 73 | 0 | 0.69 | 0.62 | 0.25 | 353.68 | 0.53 | 0.49 |
| Hex | C0 | 3B | 49 | 0 | 45 | 3E | 19 | 162 | 35 | 31 |
| Octal | 300 | 73 | 111 | 0 | 105 | 76 | 31 | 542 | 65 | 61 |
| Binary | 11000000 | 111011 | 1001001 | 0 | 1000101 | 111110 | 11001 | 101100010 | 110101 | 110001 |
Color Harmonies of #C03B49
Complementary color
Monochromatic Colors of #C03B49
Black with #C03B49
Text Example
Text Example
White with #C03B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B49; }
p { color: rgb(192,59,73); }
H1.HeaderClassName
{
color: #C03B49;
}
.AnyTagClassName
{
color: #C03B49;
}
</style>
background-color css
<style>
a { background-color: #C03B49; }
a { background-color: rgb(192,59,73); }
div.DivClassName
{
background-color: #C03B49;
}
.BgClassName
{
background-color: #C03B49;
}
</style>
border-color css
<style>
span { border-color: #C03B49; }
span { border-color: rgb(192,59,73); }
td.TdClassName
{
border-color: #C03B49;
}
.TagClassName
{
border-color: #C03B49;
}
</style>