Shades of Old Rose #C03748
Tints of Old Rose #C03748
RGB
CMYK
RGB Variations
Color information
#C03748 (or 0xC03748) is known color: Old Rose. HEX triplet: C0, 37 and 48. RGB value is (192,55,72). Sum of RGB (Red+Green+Blue) = 192+55+72=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C03748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03748 is #3FC8B7. Grayscale: #616161. Windows color (decimal): -4180152 or 4732864. OLE color: 4732864.
HSL color Cylindrical-coordinate representation of color #C03748: hue angle of 352.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03748 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 72 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.25 |
| HSL | 352.55º | 0.55% | 0.48% | - |
| HSV(B) | 352.55º | 0.71% | 0.75% | - |
| XYZ | 24.27 | 14.41 | 7.63 | - |
| YUV | 97.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 72 | 0 | 0.71 | 0.63 | 0.25 | 352.55 | 0.55 | 0.48 |
| Hex | C0 | 37 | 48 | 0 | 47 | 3F | 19 | 161 | 37 | 30 |
| Octal | 300 | 67 | 110 | 0 | 107 | 77 | 31 | 541 | 67 | 60 |
| Binary | 11000000 | 110111 | 1001000 | 0 | 1000111 | 111111 | 11001 | 101100001 | 110111 | 110000 |
Color Harmonies of #C03748
Complementary color
Monochromatic Colors of #C03748
Black with #C03748
Text Example
Text Example
White with #C03748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03748; }
p { color: rgb(192,55,72); }
H1.HeaderClassName
{
color: #C03748;
}
.AnyTagClassName
{
color: #C03748;
}
</style>
background-color css
<style>
a { background-color: #C03748; }
a { background-color: rgb(192,55,72); }
div.DivClassName
{
background-color: #C03748;
}
.BgClassName
{
background-color: #C03748;
}
</style>
border-color css
<style>
span { border-color: #C03748; }
span { border-color: rgb(192,55,72); }
td.TdClassName
{
border-color: #C03748;
}
.TagClassName
{
border-color: #C03748;
}
</style>