Shades of Old Rose #C1305E
Tints of Old Rose #C1305E
RGB
CMYK
RGB Variations
Color information
#C1305E (or 0xC1305E) is known color: Old Rose. HEX triplet: C1, 30 and 5E. RGB value is (193,48,94). Sum of RGB (Red+Green+Blue) = 193+48+94=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1305E is #3ECFA1. Grayscale: #606060. Windows color (decimal): -4116386 or 6172865. OLE color: 6172865.
HSL color Cylindrical-coordinate representation of color #C1305E: hue angle of 340.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1305E is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 94 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.24 |
| HSL | 340.97º | 0.6% | 0.47% | - |
| HSV(B) | 340.97º | 0.75% | 0.76% | - |
| XYZ | 25.07 | 14.26 | 12.02 | - |
| YUV | 96.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 94 | 0 | 0.75 | 0.51 | 0.24 | 340.97 | 0.6 | 0.47 |
| Hex | C1 | 30 | 5E | 0 | 4B | 33 | 18 | 155 | 3C | 2F |
| Octal | 301 | 60 | 136 | 0 | 113 | 63 | 30 | 525 | 74 | 57 |
| Binary | 11000001 | 110000 | 1011110 | 0 | 1001011 | 110011 | 11000 | 101010101 | 111100 | 101111 |
Color Harmonies of #C1305E
Complementary color
Monochromatic Colors of #C1305E
Black with #C1305E
Text Example
Text Example
White with #C1305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1305E; }
p { color: rgb(193,48,94); }
H1.HeaderClassName
{
color: #C1305E;
}
.AnyTagClassName
{
color: #C1305E;
}
</style>
background-color css
<style>
a { background-color: #C1305E; }
a { background-color: rgb(193,48,94); }
div.DivClassName
{
background-color: #C1305E;
}
.BgClassName
{
background-color: #C1305E;
}
</style>
border-color css
<style>
span { border-color: #C1305E; }
span { border-color: rgb(193,48,94); }
td.TdClassName
{
border-color: #C1305E;
}
.TagClassName
{
border-color: #C1305E;
}
</style>