Shades of Old Rose #C03247
Tints of Old Rose #C03247
RGB
CMYK
RGB Variations
Color information
#C03247 (or 0xC03247) is known color: Old Rose. HEX triplet: C0, 32 and 47. RGB value is (192,50,71). Sum of RGB (Red+Green+Blue) = 192+50+71=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03247 is #3FCDB8. Grayscale: #5E5E5E. Windows color (decimal): -4181433 or 4666048. OLE color: 4666048.
HSL color Cylindrical-coordinate representation of color #C03247: hue angle of 351.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03247 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 71 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.25 |
| HSL | 351.13º | 0.59% | 0.47% | - |
| HSV(B) | 351.13º | 0.74% | 0.75% | - |
| XYZ | 24.02 | 13.94 | 7.39 | - |
| YUV | 94.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 71 | 0 | 0.74 | 0.63 | 0.25 | 351.13 | 0.59 | 0.47 |
| Hex | C0 | 32 | 47 | 0 | 4A | 3F | 19 | 15F | 3B | 2F |
| Octal | 300 | 62 | 107 | 0 | 112 | 77 | 31 | 537 | 73 | 57 |
| Binary | 11000000 | 110010 | 1000111 | 0 | 1001010 | 111111 | 11001 | 101011111 | 111011 | 101111 |
Color Harmonies of #C03247
Complementary color
Monochromatic Colors of #C03247
Black with #C03247
Text Example
Text Example
White with #C03247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03247; }
p { color: rgb(192,50,71); }
H1.HeaderClassName
{
color: #C03247;
}
.AnyTagClassName
{
color: #C03247;
}
</style>
background-color css
<style>
a { background-color: #C03247; }
a { background-color: rgb(192,50,71); }
div.DivClassName
{
background-color: #C03247;
}
.BgClassName
{
background-color: #C03247;
}
</style>
border-color css
<style>
span { border-color: #C03247; }
span { border-color: rgb(192,50,71); }
td.TdClassName
{
border-color: #C03247;
}
.TagClassName
{
border-color: #C03247;
}
</style>