Shades of Old Rose #C41655
Tints of Old Rose #C41655
RGB
CMYK
RGB Variations
Color information
#C41655 (or 0xC41655) is known color: Old Rose. HEX triplet: C4, 16 and 55. RGB value is (196,22,85). Sum of RGB (Red+Green+Blue) = 196+22+85=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C41655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41655 is #3BE9AA. Grayscale: #515151. Windows color (decimal): -3926443 or 5576388. OLE color: 5576388.
HSL color Cylindrical-coordinate representation of color #C41655: hue angle of 338.28º 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 #C41655 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 85 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.23 |
| HSL | 338.28º | 0.8% | 0.43% | - |
| HSV(B) | 338.28º | 0.89% | 0.77% | - |
| XYZ | 24.69 | 12.97 | 9.8 | - |
| YUV | 81.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 85 | 0 | 0.89 | 0.57 | 0.23 | 338.28 | 0.8 | 0.43 |
| Hex | C4 | 16 | 55 | 0 | 59 | 39 | 17 | 152 | 50 | 2B |
| Octal | 304 | 26 | 125 | 0 | 131 | 71 | 27 | 522 | 120 | 53 |
| Binary | 11000100 | 10110 | 1010101 | 0 | 1011001 | 111001 | 10111 | 101010010 | 1010000 | 101011 |
Color Harmonies of #C41655
Complementary color
Monochromatic Colors of #C41655
Black with #C41655
Text Example
Text Example
White with #C41655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41655; }
p { color: rgb(196,22,85); }
H1.HeaderClassName
{
color: #C41655;
}
.AnyTagClassName
{
color: #C41655;
}
</style>
background-color css
<style>
a { background-color: #C41655; }
a { background-color: rgb(196,22,85); }
div.DivClassName
{
background-color: #C41655;
}
.BgClassName
{
background-color: #C41655;
}
</style>
border-color css
<style>
span { border-color: #C41655; }
span { border-color: rgb(196,22,85); }
td.TdClassName
{
border-color: #C41655;
}
.TagClassName
{
border-color: #C41655;
}
</style>