Shades of Old Rose #C41953
Tints of Old Rose #C41953
RGB
CMYK
RGB Variations
Color information
#C41953 (or 0xC41953) is known color: Old Rose. HEX triplet: C4, 19 and 53. RGB value is (196,25,83). Sum of RGB (Red+Green+Blue) = 196+25+83=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41953 is #3BE6AC. Grayscale: #525252. Windows color (decimal): -3925677 or 5446084. OLE color: 5446084.
HSL color Cylindrical-coordinate representation of color #C41953: hue angle of 339.65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41953 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 83 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.23 |
| HSL | 339.65º | 0.77% | 0.43% | - |
| HSV(B) | 339.65º | 0.87% | 0.77% | - |
| XYZ | 24.67 | 13.06 | 9.4 | - |
| YUV | 82.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 83 | 0 | 0.87 | 0.58 | 0.23 | 339.65 | 0.77 | 0.43 |
| Hex | C4 | 19 | 53 | 0 | 57 | 3A | 17 | 154 | 4D | 2B |
| Octal | 304 | 31 | 123 | 0 | 127 | 72 | 27 | 524 | 115 | 53 |
| Binary | 11000100 | 11001 | 1010011 | 0 | 1010111 | 111010 | 10111 | 101010100 | 1001101 | 101011 |
Color Harmonies of #C41953
Complementary color
Monochromatic Colors of #C41953
Black with #C41953
Text Example
Text Example
White with #C41953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41953; }
p { color: rgb(196,25,83); }
H1.HeaderClassName
{
color: #C41953;
}
.AnyTagClassName
{
color: #C41953;
}
</style>
background-color css
<style>
a { background-color: #C41953; }
a { background-color: rgb(196,25,83); }
div.DivClassName
{
background-color: #C41953;
}
.BgClassName
{
background-color: #C41953;
}
</style>
border-color css
<style>
span { border-color: #C41953; }
span { border-color: rgb(196,25,83); }
td.TdClassName
{
border-color: #C41953;
}
.TagClassName
{
border-color: #C41953;
}
</style>