Shades of Old Rose #C1295D
Tints of Old Rose #C1295D
RGB
CMYK
RGB Variations
Color information
#C1295D (or 0xC1295D) is known color: Old Rose. HEX triplet: C1, 29 and 5D. RGB value is (193,41,93). Sum of RGB (Red+Green+Blue) = 193+41+93=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1295D is #3ED6A2. Grayscale: #5C5C5C. Windows color (decimal): -4118179 or 6105537. OLE color: 6105537.
HSL color Cylindrical-coordinate representation of color #C1295D: hue angle of 339.47º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1295D is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 93 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.24 |
| HSL | 339.47º | 0.65% | 0.46% | - |
| HSV(B) | 339.47º | 0.79% | 0.76% | - |
| XYZ | 24.76 | 13.71 | 11.7 | - |
| YUV | 92.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 93 | 0 | 0.79 | 0.52 | 0.24 | 339.47 | 0.65 | 0.46 |
| Hex | C1 | 29 | 5D | 0 | 4F | 34 | 18 | 153 | 41 | 2E |
| Octal | 301 | 51 | 135 | 0 | 117 | 64 | 30 | 523 | 101 | 56 |
| Binary | 11000001 | 101001 | 1011101 | 0 | 1001111 | 110100 | 11000 | 101010011 | 1000001 | 101110 |
Color Harmonies of #C1295D
Complementary color
Monochromatic Colors of #C1295D
Black with #C1295D
Text Example
Text Example
White with #C1295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1295D; }
p { color: rgb(193,41,93); }
H1.HeaderClassName
{
color: #C1295D;
}
.AnyTagClassName
{
color: #C1295D;
}
</style>
background-color css
<style>
a { background-color: #C1295D; }
a { background-color: rgb(193,41,93); }
div.DivClassName
{
background-color: #C1295D;
}
.BgClassName
{
background-color: #C1295D;
}
</style>
border-color css
<style>
span { border-color: #C1295D; }
span { border-color: rgb(193,41,93); }
td.TdClassName
{
border-color: #C1295D;
}
.TagClassName
{
border-color: #C1295D;
}
</style>