Shades of Old Rose #C0395D
Tints of Old Rose #C0395D
RGB
CMYK
RGB Variations
Color information
#C0395D (or 0xC0395D) is known color: Old Rose. HEX triplet: C0, 39 and 5D. RGB value is (192,57,93). Sum of RGB (Red+Green+Blue) = 192+57+93=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0395D is #3FC6A2. Grayscale: #656565. Windows color (decimal): -4179619 or 6109632. OLE color: 6109632.
HSL color Cylindrical-coordinate representation of color #C0395D: hue angle of 344º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0395D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 93 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.25 |
| HSL | 344º | 0.54% | 0.49% | - |
| HSV(B) | 344º | 0.7% | 0.75% | - |
| XYZ | 25.18 | 14.92 | 11.91 | - |
| YUV | 101.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 93 | 0 | 0.70 | 0.52 | 0.25 | 344 | 0.54 | 0.49 |
| Hex | C0 | 39 | 5D | 0 | 46 | 34 | 19 | 158 | 36 | 31 |
| Octal | 300 | 71 | 135 | 0 | 106 | 64 | 31 | 530 | 66 | 61 |
| Binary | 11000000 | 111001 | 1011101 | 0 | 1000110 | 110100 | 11001 | 101011000 | 110110 | 110001 |
Color Harmonies of #C0395D
Complementary color
Monochromatic Colors of #C0395D
Black with #C0395D
Text Example
Text Example
White with #C0395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0395D; }
p { color: rgb(192,57,93); }
H1.HeaderClassName
{
color: #C0395D;
}
.AnyTagClassName
{
color: #C0395D;
}
</style>
background-color css
<style>
a { background-color: #C0395D; }
a { background-color: rgb(192,57,93); }
div.DivClassName
{
background-color: #C0395D;
}
.BgClassName
{
background-color: #C0395D;
}
</style>
border-color css
<style>
span { border-color: #C0395D; }
span { border-color: rgb(192,57,93); }
td.TdClassName
{
border-color: #C0395D;
}
.TagClassName
{
border-color: #C0395D;
}
</style>