Shades of Old Rose #C43F55
Tints of Old Rose #C43F55
RGB
CMYK
RGB Variations
Color information
#C43F55 (or 0xC43F55) is known color: Old Rose. HEX triplet: C4, 3F and 55. RGB value is (196,63,85). Sum of RGB (Red+Green+Blue) = 196+63+85=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F55 is #3BC0AA. Grayscale: #696969. Windows color (decimal): -3915947 or 5586884. OLE color: 5586884.
HSL color Cylindrical-coordinate representation of color #C43F55: hue angle of 350.08º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F55 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 85 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.23 |
| HSL | 350.08º | 0.53% | 0.51% | - |
| HSV(B) | 350.08º | 0.68% | 0.77% | - |
| XYZ | 26.18 | 15.95 | 10.29 | - |
| YUV | 105.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 85 | 0 | 0.68 | 0.57 | 0.23 | 350.08 | 0.53 | 0.51 |
| Hex | C4 | 3F | 55 | 0 | 44 | 39 | 17 | 15E | 35 | 33 |
| Octal | 304 | 77 | 125 | 0 | 104 | 71 | 27 | 536 | 65 | 63 |
| Binary | 11000100 | 111111 | 1010101 | 0 | 1000100 | 111001 | 10111 | 101011110 | 110101 | 110011 |
Color Harmonies of #C43F55
Complementary color
Monochromatic Colors of #C43F55
Black with #C43F55
Text Example
Text Example
White with #C43F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F55; }
p { color: rgb(196,63,85); }
H1.HeaderClassName
{
color: #C43F55;
}
.AnyTagClassName
{
color: #C43F55;
}
</style>
background-color css
<style>
a { background-color: #C43F55; }
a { background-color: rgb(196,63,85); }
div.DivClassName
{
background-color: #C43F55;
}
.BgClassName
{
background-color: #C43F55;
}
</style>
border-color css
<style>
span { border-color: #C43F55; }
span { border-color: rgb(196,63,85); }
td.TdClassName
{
border-color: #C43F55;
}
.TagClassName
{
border-color: #C43F55;
}
</style>