Shades of Old Rose #C0195B
Tints of Old Rose #C0195B
RGB
CMYK
RGB Variations
Color information
#C0195B (or 0xC0195B) is known color: Old Rose. HEX triplet: C0, 19 and 5B. RGB value is (192,25,91). Sum of RGB (Red+Green+Blue) = 192+25+91=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0195B is #3FE6A4. Grayscale: #525252. Windows color (decimal): -4187813 or 5970368. OLE color: 5970368.
HSL color Cylindrical-coordinate representation of color #C0195B: hue angle of 336.29º 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 #C0195B is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 91 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.25 |
| HSL | 336.29º | 0.77% | 0.43% | - |
| HSV(B) | 336.29º | 0.87% | 0.75% | - |
| XYZ | 23.97 | 12.66 | 11.08 | - |
| YUV | 82.46 | 132.83 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 91 | 0 | 0.87 | 0.53 | 0.25 | 336.29 | 0.77 | 0.43 |
| Hex | C0 | 19 | 5B | 0 | 57 | 35 | 19 | 150 | 4D | 2B |
| Octal | 300 | 31 | 133 | 0 | 127 | 65 | 31 | 520 | 115 | 53 |
| Binary | 11000000 | 11001 | 1011011 | 0 | 1010111 | 110101 | 11001 | 101010000 | 1001101 | 101011 |
Color Harmonies of #C0195B
Complementary color
Monochromatic Colors of #C0195B
Black with #C0195B
Text Example
Text Example
White with #C0195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0195B; }
p { color: rgb(192,25,91); }
H1.HeaderClassName
{
color: #C0195B;
}
.AnyTagClassName
{
color: #C0195B;
}
</style>
background-color css
<style>
a { background-color: #C0195B; }
a { background-color: rgb(192,25,91); }
div.DivClassName
{
background-color: #C0195B;
}
.BgClassName
{
background-color: #C0195B;
}
</style>
border-color css
<style>
span { border-color: #C0195B; }
span { border-color: rgb(192,25,91); }
td.TdClassName
{
border-color: #C0195B;
}
.TagClassName
{
border-color: #C0195B;
}
</style>