Shades of Old Rose #C0195D
Tints of Old Rose #C0195D
RGB
CMYK
RGB Variations
Color information
#C0195D (or 0xC0195D) is known color: Old Rose. HEX triplet: C0, 19 and 5D. RGB value is (192,25,93). Sum of RGB (Red+Green+Blue) = 192+25+93=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0195D is #3FE6A2. Grayscale: #525252. Windows color (decimal): -4187811 or 6101440. OLE color: 6101440.
HSL color Cylindrical-coordinate representation of color #C0195D: hue angle of 335.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0195D is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 93 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.25 |
| HSL | 335.57º | 0.77% | 0.43% | - |
| HSV(B) | 335.57º | 0.87% | 0.75% | - |
| XYZ | 24.06 | 12.69 | 11.54 | - |
| YUV | 82.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 93 | 0 | 0.87 | 0.52 | 0.25 | 335.57 | 0.77 | 0.43 |
| Hex | C0 | 19 | 5D | 0 | 57 | 34 | 19 | 150 | 4D | 2B |
| Octal | 300 | 31 | 135 | 0 | 127 | 64 | 31 | 520 | 115 | 53 |
| Binary | 11000000 | 11001 | 1011101 | 0 | 1010111 | 110100 | 11001 | 101010000 | 1001101 | 101011 |
Color Harmonies of #C0195D
Complementary color
Monochromatic Colors of #C0195D
Black with #C0195D
Text Example
Text Example
White with #C0195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0195D; }
p { color: rgb(192,25,93); }
H1.HeaderClassName
{
color: #C0195D;
}
.AnyTagClassName
{
color: #C0195D;
}
</style>
background-color css
<style>
a { background-color: #C0195D; }
a { background-color: rgb(192,25,93); }
div.DivClassName
{
background-color: #C0195D;
}
.BgClassName
{
background-color: #C0195D;
}
</style>
border-color css
<style>
span { border-color: #C0195D; }
span { border-color: rgb(192,25,93); }
td.TdClassName
{
border-color: #C0195D;
}
.TagClassName
{
border-color: #C0195D;
}
</style>