Shades of Old Rose #C43B56
Tints of Old Rose #C43B56
RGB
CMYK
RGB Variations
Color information
#C43B56 (or 0xC43B56) is known color: Old Rose. HEX triplet: C4, 3B and 56. RGB value is (196,59,86). Sum of RGB (Red+Green+Blue) = 196+59+86=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B56 is #3BC4A9. Grayscale: #676767. Windows color (decimal): -3916970 or 5651396. OLE color: 5651396.
HSL color Cylindrical-coordinate representation of color #C43B56: hue angle of 348.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B56 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 86 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.23 |
| HSL | 348.18º | 0.54% | 0.5% | - |
| HSV(B) | 348.18º | 0.7% | 0.77% | - |
| XYZ | 26.01 | 15.54 | 10.43 | - |
| YUV | 103.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 86 | 0 | 0.70 | 0.56 | 0.23 | 348.18 | 0.54 | 0.5 |
| Hex | C4 | 3B | 56 | 0 | 46 | 38 | 17 | 15C | 36 | 32 |
| Octal | 304 | 73 | 126 | 0 | 106 | 70 | 27 | 534 | 66 | 62 |
| Binary | 11000100 | 111011 | 1010110 | 0 | 1000110 | 111000 | 10111 | 101011100 | 110110 | 110010 |
Color Harmonies of #C43B56
Complementary color
Monochromatic Colors of #C43B56
Black with #C43B56
Text Example
Text Example
White with #C43B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B56; }
p { color: rgb(196,59,86); }
H1.HeaderClassName
{
color: #C43B56;
}
.AnyTagClassName
{
color: #C43B56;
}
</style>
background-color css
<style>
a { background-color: #C43B56; }
a { background-color: rgb(196,59,86); }
div.DivClassName
{
background-color: #C43B56;
}
.BgClassName
{
background-color: #C43B56;
}
</style>
border-color css
<style>
span { border-color: #C43B56; }
span { border-color: rgb(196,59,86); }
td.TdClassName
{
border-color: #C43B56;
}
.TagClassName
{
border-color: #C43B56;
}
</style>