Shades of Old Rose #C1195D
Tints of Old Rose #C1195D
RGB
CMYK
RGB Variations
Color information
#C1195D (or 0xC1195D) is known color: Old Rose. HEX triplet: C1, 19 and 5D. RGB value is (193,25,93). Sum of RGB (Red+Green+Blue) = 193+25+93=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1195D is #3EE6A2. Grayscale: #525252. Windows color (decimal): -4122275 or 6101441. OLE color: 6101441.
HSL color Cylindrical-coordinate representation of color #C1195D: hue angle of 335.71º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1195D is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 93 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.24 |
| HSL | 335.71º | 0.77% | 0.43% | - |
| HSV(B) | 335.71º | 0.87% | 0.76% | - |
| XYZ | 24.32 | 12.82 | 11.55 | - |
| YUV | 82.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 93 | 0 | 0.87 | 0.52 | 0.24 | 335.71 | 0.77 | 0.43 |
| Hex | C1 | 19 | 5D | 0 | 57 | 34 | 18 | 150 | 4D | 2B |
| Octal | 301 | 31 | 135 | 0 | 127 | 64 | 30 | 520 | 115 | 53 |
| Binary | 11000001 | 11001 | 1011101 | 0 | 1010111 | 110100 | 11000 | 101010000 | 1001101 | 101011 |
Color Harmonies of #C1195D
Complementary color
Monochromatic Colors of #C1195D
Black with #C1195D
Text Example
Text Example
White with #C1195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1195D; }
p { color: rgb(193,25,93); }
H1.HeaderClassName
{
color: #C1195D;
}
.AnyTagClassName
{
color: #C1195D;
}
</style>
background-color css
<style>
a { background-color: #C1195D; }
a { background-color: rgb(193,25,93); }
div.DivClassName
{
background-color: #C1195D;
}
.BgClassName
{
background-color: #C1195D;
}
</style>
border-color css
<style>
span { border-color: #C1195D; }
span { border-color: rgb(193,25,93); }
td.TdClassName
{
border-color: #C1195D;
}
.TagClassName
{
border-color: #C1195D;
}
</style>