Shades of Old Rose #C43054
Tints of Old Rose #C43054
RGB
CMYK
RGB Variations
Color information
#C43054 (or 0xC43054) is known color: Old Rose. HEX triplet: C4, 30 and 54. RGB value is (196,48,84). Sum of RGB (Red+Green+Blue) = 196+48+84=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C43054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43054 is #3BCFAB. Grayscale: #606060. Windows color (decimal): -3919788 or 5517508. OLE color: 5517508.
HSL color Cylindrical-coordinate representation of color #C43054: hue angle of 345.41º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43054 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 84 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.23 |
| HSL | 345.41º | 0.61% | 0.48% | - |
| HSV(B) | 345.41º | 0.76% | 0.77% | - |
| XYZ | 25.42 | 14.49 | 9.84 | - |
| YUV | 96.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 84 | 0 | 0.76 | 0.57 | 0.23 | 345.41 | 0.61 | 0.48 |
| Hex | C4 | 30 | 54 | 0 | 4C | 39 | 17 | 159 | 3D | 30 |
| Octal | 304 | 60 | 124 | 0 | 114 | 71 | 27 | 531 | 75 | 60 |
| Binary | 11000100 | 110000 | 1010100 | 0 | 1001100 | 111001 | 10111 | 101011001 | 111101 | 110000 |
Color Harmonies of #C43054
Complementary color
Monochromatic Colors of #C43054
Black with #C43054
Text Example
Text Example
White with #C43054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43054; }
p { color: rgb(196,48,84); }
H1.HeaderClassName
{
color: #C43054;
}
.AnyTagClassName
{
color: #C43054;
}
</style>
background-color css
<style>
a { background-color: #C43054; }
a { background-color: rgb(196,48,84); }
div.DivClassName
{
background-color: #C43054;
}
.BgClassName
{
background-color: #C43054;
}
</style>
border-color css
<style>
span { border-color: #C43054; }
span { border-color: rgb(196,48,84); }
td.TdClassName
{
border-color: #C43054;
}
.TagClassName
{
border-color: #C43054;
}
</style>