Shades of Old Rose #C43561
Tints of Old Rose #C43561
RGB
CMYK
RGB Variations
Color information
#C43561 (or 0xC43561) is known color: Old Rose. HEX triplet: C4, 35 and 61. RGB value is (196,53,97). Sum of RGB (Red+Green+Blue) = 196+53+97=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C43561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43561 is #3BCA9E. Grayscale: #646464. Windows color (decimal): -3918495 or 6370756. OLE color: 6370756.
HSL color Cylindrical-coordinate representation of color #C43561: hue angle of 341.54º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43561 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 97 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.23 |
| HSL | 341.54º | 0.57% | 0.49% | - |
| HSV(B) | 341.54º | 0.73% | 0.77% | - |
| XYZ | 26.2 | 15.15 | 12.85 | - |
| YUV | 100.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 97 | 0 | 0.73 | 0.51 | 0.23 | 341.54 | 0.57 | 0.49 |
| Hex | C4 | 35 | 61 | 0 | 49 | 33 | 17 | 156 | 39 | 31 |
| Octal | 304 | 65 | 141 | 0 | 111 | 63 | 27 | 526 | 71 | 61 |
| Binary | 11000100 | 110101 | 1100001 | 0 | 1001001 | 110011 | 10111 | 101010110 | 111001 | 110001 |
Color Harmonies of #C43561
Complementary color
Monochromatic Colors of #C43561
Black with #C43561
Text Example
Text Example
White with #C43561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43561; }
p { color: rgb(196,53,97); }
H1.HeaderClassName
{
color: #C43561;
}
.AnyTagClassName
{
color: #C43561;
}
</style>
background-color css
<style>
a { background-color: #C43561; }
a { background-color: rgb(196,53,97); }
div.DivClassName
{
background-color: #C43561;
}
.BgClassName
{
background-color: #C43561;
}
</style>
border-color css
<style>
span { border-color: #C43561; }
span { border-color: rgb(196,53,97); }
td.TdClassName
{
border-color: #C43561;
}
.TagClassName
{
border-color: #C43561;
}
</style>