Shades of Old Rose #C43458
Tints of Old Rose #C43458
RGB
CMYK
RGB Variations
Color information
#C43458 (or 0xC43458) is known color: Old Rose. HEX triplet: C4, 34 and 58. RGB value is (196,52,88). Sum of RGB (Red+Green+Blue) = 196+52+88=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C43458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43458 is #3BCBA7. Grayscale: #636363. Windows color (decimal): -3918760 or 5780676. OLE color: 5780676.
HSL color Cylindrical-coordinate representation of color #C43458: hue angle of 345º 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 #C43458 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 88 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.23 |
| HSL | 345º | 0.58% | 0.49% | - |
| HSV(B) | 345º | 0.73% | 0.77% | - |
| XYZ | 25.75 | 14.9 | 10.75 | - |
| YUV | 99.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 88 | 0 | 0.73 | 0.55 | 0.23 | 345 | 0.58 | 0.49 |
| Hex | C4 | 34 | 58 | 0 | 49 | 37 | 17 | 159 | 3A | 31 |
| Octal | 304 | 64 | 130 | 0 | 111 | 67 | 27 | 531 | 72 | 61 |
| Binary | 11000100 | 110100 | 1011000 | 0 | 1001001 | 110111 | 10111 | 101011001 | 111010 | 110001 |
Color Harmonies of #C43458
Complementary color
Monochromatic Colors of #C43458
Black with #C43458
Text Example
Text Example
White with #C43458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43458; }
p { color: rgb(196,52,88); }
H1.HeaderClassName
{
color: #C43458;
}
.AnyTagClassName
{
color: #C43458;
}
</style>
background-color css
<style>
a { background-color: #C43458; }
a { background-color: rgb(196,52,88); }
div.DivClassName
{
background-color: #C43458;
}
.BgClassName
{
background-color: #C43458;
}
</style>
border-color css
<style>
span { border-color: #C43458; }
span { border-color: rgb(196,52,88); }
td.TdClassName
{
border-color: #C43458;
}
.TagClassName
{
border-color: #C43458;
}
</style>