Shades of Old Rose #C41553
Tints of Old Rose #C41553
RGB
CMYK
RGB Variations
Color information
#C41553 (or 0xC41553) is known color: Old Rose. HEX triplet: C4, 15 and 53. RGB value is (196,21,83). Sum of RGB (Red+Green+Blue) = 196+21+83=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C41553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41553 is #3BEAAC. Grayscale: #505050. Windows color (decimal): -3926701 or 5445060. OLE color: 5445060.
HSL color Cylindrical-coordinate representation of color #C41553: hue angle of 338.74º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41553 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 83 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.23 |
| HSL | 338.74º | 0.81% | 0.43% | - |
| HSV(B) | 338.74º | 0.89% | 0.77% | - |
| XYZ | 24.59 | 12.9 | 9.38 | - |
| YUV | 80.39 | 129.48 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 83 | 0 | 0.89 | 0.58 | 0.23 | 338.74 | 0.81 | 0.43 |
| Hex | C4 | 15 | 53 | 0 | 59 | 3A | 17 | 153 | 51 | 2B |
| Octal | 304 | 25 | 123 | 0 | 131 | 72 | 27 | 523 | 121 | 53 |
| Binary | 11000100 | 10101 | 1010011 | 0 | 1011001 | 111010 | 10111 | 101010011 | 1010001 | 101011 |
Color Harmonies of #C41553
Complementary color
Monochromatic Colors of #C41553
Black with #C41553
Text Example
Text Example
White with #C41553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41553; }
p { color: rgb(196,21,83); }
H1.HeaderClassName
{
color: #C41553;
}
.AnyTagClassName
{
color: #C41553;
}
</style>
background-color css
<style>
a { background-color: #C41553; }
a { background-color: rgb(196,21,83); }
div.DivClassName
{
background-color: #C41553;
}
.BgClassName
{
background-color: #C41553;
}
</style>
border-color css
<style>
span { border-color: #C41553; }
span { border-color: rgb(196,21,83); }
td.TdClassName
{
border-color: #C41553;
}
.TagClassName
{
border-color: #C41553;
}
</style>