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