Shades of Old Rose #C41654
Tints of Old Rose #C41654
RGB
CMYK
RGB Variations
Color information
#C41654 (or 0xC41654) is known color: Old Rose. HEX triplet: C4, 16 and 54. RGB value is (196,22,84). Sum of RGB (Red+Green+Blue) = 196+22+84=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41654 is #3BE9AB. Grayscale: #515151. Windows color (decimal): -3926444 or 5510852. OLE color: 5510852.
HSL color Cylindrical-coordinate representation of color #C41654: hue angle of 338.62º degrees, saturation: 0.8, 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 #C41654 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 84 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.23 |
| HSL | 338.62º | 0.8% | 0.43% | - |
| HSV(B) | 338.62º | 0.89% | 0.77% | - |
| XYZ | 24.65 | 12.95 | 9.59 | - |
| YUV | 81.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 84 | 0 | 0.89 | 0.57 | 0.23 | 338.62 | 0.8 | 0.43 |
| Hex | C4 | 16 | 54 | 0 | 59 | 39 | 17 | 153 | 50 | 2B |
| Octal | 304 | 26 | 124 | 0 | 131 | 71 | 27 | 523 | 120 | 53 |
| Binary | 11000100 | 10110 | 1010100 | 0 | 1011001 | 111001 | 10111 | 101010011 | 1010000 | 101011 |
Color Harmonies of #C41654
Complementary color
Monochromatic Colors of #C41654
Black with #C41654
Text Example
Text Example
White with #C41654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41654; }
p { color: rgb(196,22,84); }
H1.HeaderClassName
{
color: #C41654;
}
.AnyTagClassName
{
color: #C41654;
}
</style>
background-color css
<style>
a { background-color: #C41654; }
a { background-color: rgb(196,22,84); }
div.DivClassName
{
background-color: #C41654;
}
.BgClassName
{
background-color: #C41654;
}
</style>
border-color css
<style>
span { border-color: #C41654; }
span { border-color: rgb(196,22,84); }
td.TdClassName
{
border-color: #C41654;
}
.TagClassName
{
border-color: #C41654;
}
</style>