Shades of Old Rose #C43D51
Tints of Old Rose #C43D51
RGB
CMYK
RGB Variations
Color information
#C43D51 (or 0xC43D51) is known color: Old Rose. HEX triplet: C4, 3D and 51. RGB value is (196,61,81). Sum of RGB (Red+Green+Blue) = 196+61+81=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D51 is #3BC2AE. Grayscale: #676767. Windows color (decimal): -3916463 or 5324228. OLE color: 5324228.
HSL color Cylindrical-coordinate representation of color #C43D51: hue angle of 351.11º degrees, saturation: 0.53, 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 #C43D51 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 81 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.23 |
| HSL | 351.11º | 0.53% | 0.5% | - |
| HSV(B) | 351.11º | 0.69% | 0.77% | - |
| XYZ | 25.92 | 15.67 | 9.44 | - |
| YUV | 103.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 81 | 0 | 0.69 | 0.59 | 0.23 | 351.11 | 0.53 | 0.5 |
| Hex | C4 | 3D | 51 | 0 | 45 | 3B | 17 | 15F | 35 | 32 |
| Octal | 304 | 75 | 121 | 0 | 105 | 73 | 27 | 537 | 65 | 62 |
| Binary | 11000100 | 111101 | 1010001 | 0 | 1000101 | 111011 | 10111 | 101011111 | 110101 | 110010 |
Color Harmonies of #C43D51
Complementary color
Monochromatic Colors of #C43D51
Black with #C43D51
Text Example
Text Example
White with #C43D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D51; }
p { color: rgb(196,61,81); }
H1.HeaderClassName
{
color: #C43D51;
}
.AnyTagClassName
{
color: #C43D51;
}
</style>
background-color css
<style>
a { background-color: #C43D51; }
a { background-color: rgb(196,61,81); }
div.DivClassName
{
background-color: #C43D51;
}
.BgClassName
{
background-color: #C43D51;
}
</style>
border-color css
<style>
span { border-color: #C43D51; }
span { border-color: rgb(196,61,81); }
td.TdClassName
{
border-color: #C43D51;
}
.TagClassName
{
border-color: #C43D51;
}
</style>