Shades of Old Rose #C03A48
Tints of Old Rose #C03A48
RGB
CMYK
RGB Variations
Color information
#C03A48 (or 0xC03A48) is known color: Old Rose. HEX triplet: C0, 3A and 48. RGB value is (192,58,72). Sum of RGB (Red+Green+Blue) = 192+58+72=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A48 is #3FC5B7. Grayscale: #636363. Windows color (decimal): -4179384 or 4733632. OLE color: 4733632.
HSL color Cylindrical-coordinate representation of color #C03A48: hue angle of 353.73º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A48 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 72 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.25 |
| HSL | 353.73º | 0.54% | 0.49% | - |
| HSV(B) | 353.73º | 0.7% | 0.75% | - |
| XYZ | 24.42 | 14.7 | 7.68 | - |
| YUV | 99.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 72 | 0 | 0.70 | 0.63 | 0.25 | 353.73 | 0.54 | 0.49 |
| Hex | C0 | 3A | 48 | 0 | 46 | 3F | 19 | 162 | 36 | 31 |
| Octal | 300 | 72 | 110 | 0 | 106 | 77 | 31 | 542 | 66 | 61 |
| Binary | 11000000 | 111010 | 1001000 | 0 | 1000110 | 111111 | 11001 | 101100010 | 110110 | 110001 |
Color Harmonies of #C03A48
Complementary color
Monochromatic Colors of #C03A48
Black with #C03A48
Text Example
Text Example
White with #C03A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A48; }
p { color: rgb(192,58,72); }
H1.HeaderClassName
{
color: #C03A48;
}
.AnyTagClassName
{
color: #C03A48;
}
</style>
background-color css
<style>
a { background-color: #C03A48; }
a { background-color: rgb(192,58,72); }
div.DivClassName
{
background-color: #C03A48;
}
.BgClassName
{
background-color: #C03A48;
}
</style>
border-color css
<style>
span { border-color: #C03A48; }
span { border-color: rgb(192,58,72); }
td.TdClassName
{
border-color: #C03A48;
}
.TagClassName
{
border-color: #C03A48;
}
</style>