Shades of Old Rose #C43457
Tints of Old Rose #C43457
RGB
CMYK
RGB Variations
Color information
#C43457 (or 0xC43457) is known color: Old Rose. HEX triplet: C4, 34 and 57. RGB value is (196,52,87). Sum of RGB (Red+Green+Blue) = 196+52+87=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C43457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43457 is #3BCBA8. Grayscale: #636363. Windows color (decimal): -3918761 or 5715140. OLE color: 5715140.
HSL color Cylindrical-coordinate representation of color #C43457: hue angle of 345.42º degrees, saturation: 0.58, 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 #C43457 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 87 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.23 |
| HSL | 345.42º | 0.58% | 0.49% | - |
| HSV(B) | 345.42º | 0.73% | 0.77% | - |
| XYZ | 25.71 | 14.88 | 10.53 | - |
| YUV | 99.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 87 | 0 | 0.73 | 0.56 | 0.23 | 345.42 | 0.58 | 0.49 |
| Hex | C4 | 34 | 57 | 0 | 49 | 38 | 17 | 159 | 3A | 31 |
| Octal | 304 | 64 | 127 | 0 | 111 | 70 | 27 | 531 | 72 | 61 |
| Binary | 11000100 | 110100 | 1010111 | 0 | 1001001 | 111000 | 10111 | 101011001 | 111010 | 110001 |
Color Harmonies of #C43457
Complementary color
Monochromatic Colors of #C43457
Black with #C43457
Text Example
Text Example
White with #C43457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43457; }
p { color: rgb(196,52,87); }
H1.HeaderClassName
{
color: #C43457;
}
.AnyTagClassName
{
color: #C43457;
}
</style>
background-color css
<style>
a { background-color: #C43457; }
a { background-color: rgb(196,52,87); }
div.DivClassName
{
background-color: #C43457;
}
.BgClassName
{
background-color: #C43457;
}
</style>
border-color css
<style>
span { border-color: #C43457; }
span { border-color: rgb(196,52,87); }
td.TdClassName
{
border-color: #C43457;
}
.TagClassName
{
border-color: #C43457;
}
</style>