Shades of Old Rose #C03650
Tints of Old Rose #C03650
RGB
CMYK
RGB Variations
Color information
#C03650 (or 0xC03650) is known color: Old Rose. HEX triplet: C0, 36 and 50. RGB value is (192,54,80). Sum of RGB (Red+Green+Blue) = 192+54+80=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C03650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03650 is #3FC9AF. Grayscale: #626262. Windows color (decimal): -4180400 or 5256896. OLE color: 5256896.
HSL color Cylindrical-coordinate representation of color #C03650: hue angle of 348.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03650 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 80 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.25 |
| HSL | 348.7º | 0.56% | 0.48% | - |
| HSV(B) | 348.7º | 0.72% | 0.75% | - |
| XYZ | 24.51 | 14.42 | 9.08 | - |
| YUV | 98.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 80 | 0 | 0.72 | 0.58 | 0.25 | 348.7 | 0.56 | 0.48 |
| Hex | C0 | 36 | 50 | 0 | 48 | 3A | 19 | 15D | 38 | 30 |
| Octal | 300 | 66 | 120 | 0 | 110 | 72 | 31 | 535 | 70 | 60 |
| Binary | 11000000 | 110110 | 1010000 | 0 | 1001000 | 111010 | 11001 | 101011101 | 111000 | 110000 |
Color Harmonies of #C03650
Complementary color
Monochromatic Colors of #C03650
Black with #C03650
Text Example
Text Example
White with #C03650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03650; }
p { color: rgb(192,54,80); }
H1.HeaderClassName
{
color: #C03650;
}
.AnyTagClassName
{
color: #C03650;
}
</style>
background-color css
<style>
a { background-color: #C03650; }
a { background-color: rgb(192,54,80); }
div.DivClassName
{
background-color: #C03650;
}
.BgClassName
{
background-color: #C03650;
}
</style>
border-color css
<style>
span { border-color: #C03650; }
span { border-color: rgb(192,54,80); }
td.TdClassName
{
border-color: #C03650;
}
.TagClassName
{
border-color: #C03650;
}
</style>