Shades of Old Rose #C43D50
Tints of Old Rose #C43D50
RGB
CMYK
RGB Variations
Color information
#C43D50 (or 0xC43D50) is known color: Old Rose. HEX triplet: C4, 3D and 50. RGB value is (196,61,80). Sum of RGB (Red+Green+Blue) = 196+61+80=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D50 is #3BC2AF. Grayscale: #676767. Windows color (decimal): -3916464 or 5258692. OLE color: 5258692.
HSL color Cylindrical-coordinate representation of color #C43D50: hue angle of 351.56º 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 #C43D50 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 80 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.23 |
| HSL | 351.56º | 0.53% | 0.5% | - |
| HSV(B) | 351.56º | 0.69% | 0.77% | - |
| XYZ | 25.88 | 15.65 | 9.25 | - |
| YUV | 103.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 80 | 0 | 0.69 | 0.59 | 0.23 | 351.56 | 0.53 | 0.5 |
| Hex | C4 | 3D | 50 | 0 | 45 | 3B | 17 | 160 | 35 | 32 |
| Octal | 304 | 75 | 120 | 0 | 105 | 73 | 27 | 540 | 65 | 62 |
| Binary | 11000100 | 111101 | 1010000 | 0 | 1000101 | 111011 | 10111 | 101100000 | 110101 | 110010 |
Color Harmonies of #C43D50
Complementary color
Monochromatic Colors of #C43D50
Black with #C43D50
Text Example
Text Example
White with #C43D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D50; }
p { color: rgb(196,61,80); }
H1.HeaderClassName
{
color: #C43D50;
}
.AnyTagClassName
{
color: #C43D50;
}
</style>
background-color css
<style>
a { background-color: #C43D50; }
a { background-color: rgb(196,61,80); }
div.DivClassName
{
background-color: #C43D50;
}
.BgClassName
{
background-color: #C43D50;
}
</style>
border-color css
<style>
span { border-color: #C43D50; }
span { border-color: rgb(196,61,80); }
td.TdClassName
{
border-color: #C43D50;
}
.TagClassName
{
border-color: #C43D50;
}
</style>