Shades of Old Rose #C41B5C
Tints of Old Rose #C41B5C
RGB
CMYK
RGB Variations
Color information
#C41B5C (or 0xC41B5C) is known color: Old Rose. HEX triplet: C4, 1B and 5C. RGB value is (196,27,92). Sum of RGB (Red+Green+Blue) = 196+27+92=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B5C is #3BE4A3. Grayscale: #545454. Windows color (decimal): -3925156 or 6036420. OLE color: 6036420.
HSL color Cylindrical-coordinate representation of color #C41B5C: hue angle of 336.92º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B5C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 92 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.23 |
| HSL | 336.92º | 0.76% | 0.44% | - |
| HSV(B) | 336.92º | 0.86% | 0.77% | - |
| XYZ | 25.09 | 13.29 | 11.37 | - |
| YUV | 84.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 92 | 0 | 0.86 | 0.53 | 0.23 | 336.92 | 0.76 | 0.44 |
| Hex | C4 | 1B | 5C | 0 | 56 | 35 | 17 | 151 | 4C | 2C |
| Octal | 304 | 33 | 134 | 0 | 126 | 65 | 27 | 521 | 114 | 54 |
| Binary | 11000100 | 11011 | 1011100 | 0 | 1010110 | 110101 | 10111 | 101010001 | 1001100 | 101100 |
Color Harmonies of #C41B5C
Complementary color
Monochromatic Colors of #C41B5C
Black with #C41B5C
Text Example
Text Example
White with #C41B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B5C; }
p { color: rgb(196,27,92); }
H1.HeaderClassName
{
color: #C41B5C;
}
.AnyTagClassName
{
color: #C41B5C;
}
</style>
background-color css
<style>
a { background-color: #C41B5C; }
a { background-color: rgb(196,27,92); }
div.DivClassName
{
background-color: #C41B5C;
}
.BgClassName
{
background-color: #C41B5C;
}
</style>
border-color css
<style>
span { border-color: #C41B5C; }
span { border-color: rgb(196,27,92); }
td.TdClassName
{
border-color: #C41B5C;
}
.TagClassName
{
border-color: #C41B5C;
}
</style>