Shades of Old Rose #C41753
Tints of Old Rose #C41753
RGB
CMYK
RGB Variations
Color information
#C41753 (or 0xC41753) is known color: Old Rose. HEX triplet: C4, 17 and 53. RGB value is (196,23,83). Sum of RGB (Red+Green+Blue) = 196+23+83=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41753 is #3BE8AC. Grayscale: #515151. Windows color (decimal): -3926189 or 5445572. OLE color: 5445572.
HSL color Cylindrical-coordinate representation of color #C41753: hue angle of 339.19º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41753 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 83 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.23 |
| HSL | 339.19º | 0.79% | 0.43% | - |
| HSV(B) | 339.19º | 0.88% | 0.77% | - |
| XYZ | 24.63 | 12.97 | 9.39 | - |
| YUV | 81.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 83 | 0 | 0.88 | 0.58 | 0.23 | 339.19 | 0.79 | 0.43 |
| Hex | C4 | 17 | 53 | 0 | 58 | 3A | 17 | 153 | 4F | 2B |
| Octal | 304 | 27 | 123 | 0 | 130 | 72 | 27 | 523 | 117 | 53 |
| Binary | 11000100 | 10111 | 1010011 | 0 | 1011000 | 111010 | 10111 | 101010011 | 1001111 | 101011 |
Color Harmonies of #C41753
Complementary color
Monochromatic Colors of #C41753
Black with #C41753
Text Example
Text Example
White with #C41753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41753; }
p { color: rgb(196,23,83); }
H1.HeaderClassName
{
color: #C41753;
}
.AnyTagClassName
{
color: #C41753;
}
</style>
background-color css
<style>
a { background-color: #C41753; }
a { background-color: rgb(196,23,83); }
div.DivClassName
{
background-color: #C41753;
}
.BgClassName
{
background-color: #C41753;
}
</style>
border-color css
<style>
span { border-color: #C41753; }
span { border-color: rgb(196,23,83); }
td.TdClassName
{
border-color: #C41753;
}
.TagClassName
{
border-color: #C41753;
}
</style>