Shades of Old Rose #C43C55
Tints of Old Rose #C43C55
RGB
CMYK
RGB Variations
Color information
#C43C55 (or 0xC43C55) is known color: Old Rose. HEX triplet: C4, 3C and 55. RGB value is (196,60,85). Sum of RGB (Red+Green+Blue) = 196+60+85=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C55 is #3BC3AA. Grayscale: #676767. Windows color (decimal): -3916715 or 5586116. OLE color: 5586116.
HSL color Cylindrical-coordinate representation of color #C43C55: hue angle of 348.97º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C55 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 85 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.23 |
| HSL | 348.97º | 0.54% | 0.5% | - |
| HSV(B) | 348.97º | 0.69% | 0.77% | - |
| XYZ | 26.02 | 15.62 | 10.24 | - |
| YUV | 103.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 85 | 0 | 0.69 | 0.57 | 0.23 | 348.97 | 0.54 | 0.5 |
| Hex | C4 | 3C | 55 | 0 | 45 | 39 | 17 | 15D | 36 | 32 |
| Octal | 304 | 74 | 125 | 0 | 105 | 71 | 27 | 535 | 66 | 62 |
| Binary | 11000100 | 111100 | 1010101 | 0 | 1000101 | 111001 | 10111 | 101011101 | 110110 | 110010 |
Color Harmonies of #C43C55
Complementary color
Monochromatic Colors of #C43C55
Black with #C43C55
Text Example
Text Example
White with #C43C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C55; }
p { color: rgb(196,60,85); }
H1.HeaderClassName
{
color: #C43C55;
}
.AnyTagClassName
{
color: #C43C55;
}
</style>
background-color css
<style>
a { background-color: #C43C55; }
a { background-color: rgb(196,60,85); }
div.DivClassName
{
background-color: #C43C55;
}
.BgClassName
{
background-color: #C43C55;
}
</style>
border-color css
<style>
span { border-color: #C43C55; }
span { border-color: rgb(196,60,85); }
td.TdClassName
{
border-color: #C43C55;
}
.TagClassName
{
border-color: #C43C55;
}
</style>