Shades of Old Rose #C03150
Tints of Old Rose #C03150
RGB
CMYK
RGB Variations
Color information
#C03150 (or 0xC03150) is known color: Old Rose. HEX triplet: C0, 31 and 50. RGB value is (192,49,80). Sum of RGB (Red+Green+Blue) = 192+49+80=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C03150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03150 is #3FCEAF. Grayscale: #5F5F5F. Windows color (decimal): -4181680 or 5255616. OLE color: 5255616.
HSL color Cylindrical-coordinate representation of color #C03150: hue angle of 346.99º 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 #C03150 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 80 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.25 |
| HSL | 346.99º | 0.59% | 0.47% | - |
| HSV(B) | 346.99º | 0.74% | 0.75% | - |
| XYZ | 24.28 | 13.98 | 9.01 | - |
| YUV | 95.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 80 | 0 | 0.74 | 0.58 | 0.25 | 346.99 | 0.59 | 0.47 |
| Hex | C0 | 31 | 50 | 0 | 4A | 3A | 19 | 15B | 3B | 2F |
| Octal | 300 | 61 | 120 | 0 | 112 | 72 | 31 | 533 | 73 | 57 |
| Binary | 11000000 | 110001 | 1010000 | 0 | 1001010 | 111010 | 11001 | 101011011 | 111011 | 101111 |
Color Harmonies of #C03150
Complementary color
Monochromatic Colors of #C03150
Black with #C03150
Text Example
Text Example
White with #C03150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03150; }
p { color: rgb(192,49,80); }
H1.HeaderClassName
{
color: #C03150;
}
.AnyTagClassName
{
color: #C03150;
}
</style>
background-color css
<style>
a { background-color: #C03150; }
a { background-color: rgb(192,49,80); }
div.DivClassName
{
background-color: #C03150;
}
.BgClassName
{
background-color: #C03150;
}
</style>
border-color css
<style>
span { border-color: #C03150; }
span { border-color: rgb(192,49,80); }
td.TdClassName
{
border-color: #C03150;
}
.TagClassName
{
border-color: #C03150;
}
</style>