Shades of Old Rose #C03858
Tints of Old Rose #C03858
RGB
CMYK
RGB Variations
Color information
#C03858 (or 0xC03858) is known color: Old Rose. HEX triplet: C0, 38 and 58. RGB value is (192,56,88). Sum of RGB (Red+Green+Blue) = 192+56+88=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C03858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03858 is #3FC7A7. Grayscale: #646464. Windows color (decimal): -4179880 or 5781696. OLE color: 5781696.
HSL color Cylindrical-coordinate representation of color #C03858: hue angle of 345.88º 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 #C03858 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 88 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.25 |
| HSL | 345.88º | 0.55% | 0.49% | - |
| HSV(B) | 345.88º | 0.71% | 0.75% | - |
| XYZ | 24.91 | 14.74 | 10.76 | - |
| YUV | 100.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 88 | 0 | 0.71 | 0.54 | 0.25 | 345.88 | 0.55 | 0.49 |
| Hex | C0 | 38 | 58 | 0 | 47 | 36 | 19 | 15A | 37 | 31 |
| Octal | 300 | 70 | 130 | 0 | 107 | 66 | 31 | 532 | 67 | 61 |
| Binary | 11000000 | 111000 | 1011000 | 0 | 1000111 | 110110 | 11001 | 101011010 | 110111 | 110001 |
Color Harmonies of #C03858
Complementary color
Monochromatic Colors of #C03858
Black with #C03858
Text Example
Text Example
White with #C03858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03858; }
p { color: rgb(192,56,88); }
H1.HeaderClassName
{
color: #C03858;
}
.AnyTagClassName
{
color: #C03858;
}
</style>
background-color css
<style>
a { background-color: #C03858; }
a { background-color: rgb(192,56,88); }
div.DivClassName
{
background-color: #C03858;
}
.BgClassName
{
background-color: #C03858;
}
</style>
border-color css
<style>
span { border-color: #C03858; }
span { border-color: rgb(192,56,88); }
td.TdClassName
{
border-color: #C03858;
}
.TagClassName
{
border-color: #C03858;
}
</style>