Shades of Old Rose #C03047
Tints of Old Rose #C03047
RGB
CMYK
RGB Variations
Color information
#C03047 (or 0xC03047) is known color: Old Rose. HEX triplet: C0, 30 and 47. RGB value is (192,48,71). Sum of RGB (Red+Green+Blue) = 192+48+71=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C03047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03047 is #3FCFB8. Grayscale: #5D5D5D. Windows color (decimal): -4181945 or 4665536. OLE color: 4665536.
HSL color Cylindrical-coordinate representation of color #C03047: hue angle of 350.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03047 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 71 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.25 |
| HSL | 350.42º | 0.6% | 0.47% | - |
| HSV(B) | 350.42º | 0.75% | 0.75% | - |
| XYZ | 23.93 | 13.78 | 7.36 | - |
| YUV | 93.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 71 | 0 | 0.75 | 0.63 | 0.25 | 350.42 | 0.6 | 0.47 |
| Hex | C0 | 30 | 47 | 0 | 4B | 3F | 19 | 15E | 3C | 2F |
| Octal | 300 | 60 | 107 | 0 | 113 | 77 | 31 | 536 | 74 | 57 |
| Binary | 11000000 | 110000 | 1000111 | 0 | 1001011 | 111111 | 11001 | 101011110 | 111100 | 101111 |
Color Harmonies of #C03047
Complementary color
Monochromatic Colors of #C03047
Black with #C03047
Text Example
Text Example
White with #C03047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03047; }
p { color: rgb(192,48,71); }
H1.HeaderClassName
{
color: #C03047;
}
.AnyTagClassName
{
color: #C03047;
}
</style>
background-color css
<style>
a { background-color: #C03047; }
a { background-color: rgb(192,48,71); }
div.DivClassName
{
background-color: #C03047;
}
.BgClassName
{
background-color: #C03047;
}
</style>
border-color css
<style>
span { border-color: #C03047; }
span { border-color: rgb(192,48,71); }
td.TdClassName
{
border-color: #C03047;
}
.TagClassName
{
border-color: #C03047;
}
</style>