Shades of Old Rose #C03860
Tints of Old Rose #C03860
RGB
CMYK
RGB Variations
Color information
#C03860 (or 0xC03860) is known color: Old Rose. HEX triplet: C0, 38 and 60. RGB value is (192,56,96). Sum of RGB (Red+Green+Blue) = 192+56+96=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C03860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03860 is #3FC79F. Grayscale: #656565. Windows color (decimal): -4179872 or 6305984. OLE color: 6305984.
HSL color Cylindrical-coordinate representation of color #C03860: hue angle of 342.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03860 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 96 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.25 |
| HSL | 342.35º | 0.55% | 0.49% | - |
| HSV(B) | 342.35º | 0.71% | 0.75% | - |
| XYZ | 25.26 | 14.88 | 12.61 | - |
| YUV | 101.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 96 | 0 | 0.71 | 0.50 | 0.25 | 342.35 | 0.55 | 0.49 |
| Hex | C0 | 38 | 60 | 0 | 47 | 32 | 19 | 156 | 37 | 31 |
| Octal | 300 | 70 | 140 | 0 | 107 | 62 | 31 | 526 | 67 | 61 |
| Binary | 11000000 | 111000 | 1100000 | 0 | 1000111 | 110010 | 11001 | 101010110 | 110111 | 110001 |
Color Harmonies of #C03860
Complementary color
Monochromatic Colors of #C03860
Black with #C03860
Text Example
Text Example
White with #C03860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03860; }
p { color: rgb(192,56,96); }
H1.HeaderClassName
{
color: #C03860;
}
.AnyTagClassName
{
color: #C03860;
}
</style>
background-color css
<style>
a { background-color: #C03860; }
a { background-color: rgb(192,56,96); }
div.DivClassName
{
background-color: #C03860;
}
.BgClassName
{
background-color: #C03860;
}
</style>
border-color css
<style>
span { border-color: #C03860; }
span { border-color: rgb(192,56,96); }
td.TdClassName
{
border-color: #C03860;
}
.TagClassName
{
border-color: #C03860;
}
</style>