Shades of Old Rose #C43560
Tints of Old Rose #C43560
RGB
CMYK
RGB Variations
Color information
#C43560 (or 0xC43560) is known color: Old Rose. HEX triplet: C4, 35 and 60. RGB value is (196,53,96). Sum of RGB (Red+Green+Blue) = 196+53+96=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C43560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43560 is #3BCA9F. Grayscale: #646464. Windows color (decimal): -3918496 or 6305220. OLE color: 6305220.
HSL color Cylindrical-coordinate representation of color #C43560: hue angle of 341.96º 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 #C43560 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 96 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.23 |
| HSL | 341.96º | 0.57% | 0.49% | - |
| HSV(B) | 341.96º | 0.73% | 0.77% | - |
| XYZ | 26.15 | 15.13 | 12.61 | - |
| YUV | 100.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 96 | 0 | 0.73 | 0.51 | 0.23 | 341.96 | 0.57 | 0.49 |
| Hex | C4 | 35 | 60 | 0 | 49 | 33 | 17 | 156 | 39 | 31 |
| Octal | 304 | 65 | 140 | 0 | 111 | 63 | 27 | 526 | 71 | 61 |
| Binary | 11000100 | 110101 | 1100000 | 0 | 1001001 | 110011 | 10111 | 101010110 | 111001 | 110001 |
Color Harmonies of #C43560
Complementary color
Monochromatic Colors of #C43560
Black with #C43560
Text Example
Text Example
White with #C43560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43560; }
p { color: rgb(196,53,96); }
H1.HeaderClassName
{
color: #C43560;
}
.AnyTagClassName
{
color: #C43560;
}
</style>
background-color css
<style>
a { background-color: #C43560; }
a { background-color: rgb(196,53,96); }
div.DivClassName
{
background-color: #C43560;
}
.BgClassName
{
background-color: #C43560;
}
</style>
border-color css
<style>
span { border-color: #C43560; }
span { border-color: rgb(196,53,96); }
td.TdClassName
{
border-color: #C43560;
}
.TagClassName
{
border-color: #C43560;
}
</style>