Shades of Old Rose #C43E52
Tints of Old Rose #C43E52
RGB
CMYK
RGB Variations
Color information
#C43E52 (or 0xC43E52) is known color: Old Rose. HEX triplet: C4, 3E and 52. RGB value is (196,62,82). Sum of RGB (Red+Green+Blue) = 196+62+82=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E52 is #3BC1AD. Grayscale: #686868. Windows color (decimal): -3916206 or 5390020. OLE color: 5390020.
HSL color Cylindrical-coordinate representation of color #C43E52: hue angle of 351.04º 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 #C43E52 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 82 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.23 |
| HSL | 351.04º | 0.53% | 0.51% | - |
| HSV(B) | 351.04º | 0.68% | 0.77% | - |
| XYZ | 26.01 | 15.79 | 9.66 | - |
| YUV | 104.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 82 | 0 | 0.68 | 0.58 | 0.23 | 351.04 | 0.53 | 0.51 |
| Hex | C4 | 3E | 52 | 0 | 44 | 3A | 17 | 15F | 35 | 33 |
| Octal | 304 | 76 | 122 | 0 | 104 | 72 | 27 | 537 | 65 | 63 |
| Binary | 11000100 | 111110 | 1010010 | 0 | 1000100 | 111010 | 10111 | 101011111 | 110101 | 110011 |
Color Harmonies of #C43E52
Complementary color
Monochromatic Colors of #C43E52
Black with #C43E52
Text Example
Text Example
White with #C43E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E52; }
p { color: rgb(196,62,82); }
H1.HeaderClassName
{
color: #C43E52;
}
.AnyTagClassName
{
color: #C43E52;
}
</style>
background-color css
<style>
a { background-color: #C43E52; }
a { background-color: rgb(196,62,82); }
div.DivClassName
{
background-color: #C43E52;
}
.BgClassName
{
background-color: #C43E52;
}
</style>
border-color css
<style>
span { border-color: #C43E52; }
span { border-color: rgb(196,62,82); }
td.TdClassName
{
border-color: #C43E52;
}
.TagClassName
{
border-color: #C43E52;
}
</style>