Shades of Old Rose #C03747
Tints of Old Rose #C03747
RGB
CMYK
RGB Variations
Color information
#C03747 (or 0xC03747) is known color: Old Rose. HEX triplet: C0, 37 and 47. RGB value is (192,55,71). Sum of RGB (Red+Green+Blue) = 192+55+71=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03747 is #3FC8B8. Grayscale: #616161. Windows color (decimal): -4180153 or 4667328. OLE color: 4667328.
HSL color Cylindrical-coordinate representation of color #C03747: hue angle of 352.99º 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 #C03747 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 71 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.25 |
| HSL | 352.99º | 0.55% | 0.48% | - |
| HSV(B) | 352.99º | 0.71% | 0.75% | - |
| XYZ | 24.24 | 14.39 | 7.46 | - |
| YUV | 97.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 71 | 0 | 0.71 | 0.63 | 0.25 | 352.99 | 0.55 | 0.48 |
| Hex | C0 | 37 | 47 | 0 | 47 | 3F | 19 | 161 | 37 | 30 |
| Octal | 300 | 67 | 107 | 0 | 107 | 77 | 31 | 541 | 67 | 60 |
| Binary | 11000000 | 110111 | 1000111 | 0 | 1000111 | 111111 | 11001 | 101100001 | 110111 | 110000 |
Color Harmonies of #C03747
Complementary color
Monochromatic Colors of #C03747
Black with #C03747
Text Example
Text Example
White with #C03747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03747; }
p { color: rgb(192,55,71); }
H1.HeaderClassName
{
color: #C03747;
}
.AnyTagClassName
{
color: #C03747;
}
</style>
background-color css
<style>
a { background-color: #C03747; }
a { background-color: rgb(192,55,71); }
div.DivClassName
{
background-color: #C03747;
}
.BgClassName
{
background-color: #C03747;
}
</style>
border-color css
<style>
span { border-color: #C03747; }
span { border-color: rgb(192,55,71); }
td.TdClassName
{
border-color: #C03747;
}
.TagClassName
{
border-color: #C03747;
}
</style>