Shades of Old Rose #C4304D
Tints of Old Rose #C4304D
RGB
CMYK
RGB Variations
Color information
#C4304D (or 0xC4304D) is known color: Old Rose. HEX triplet: C4, 30 and 4D. RGB value is (196,48,77). Sum of RGB (Red+Green+Blue) = 196+48+77=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4304D is #3BCFB2. Grayscale: #5F5F5F. Windows color (decimal): -3919795 or 5058756. OLE color: 5058756.
HSL color Cylindrical-coordinate representation of color #C4304D: hue angle of 348.24º 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 #C4304D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 77 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.23 |
| HSL | 348.24º | 0.61% | 0.48% | - |
| HSV(B) | 348.24º | 0.76% | 0.77% | - |
| XYZ | 25.16 | 14.39 | 8.47 | - |
| YUV | 95.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 77 | 0 | 0.76 | 0.61 | 0.23 | 348.24 | 0.61 | 0.48 |
| Hex | C4 | 30 | 4D | 0 | 4C | 3D | 17 | 15C | 3D | 30 |
| Octal | 304 | 60 | 115 | 0 | 114 | 75 | 27 | 534 | 75 | 60 |
| Binary | 11000100 | 110000 | 1001101 | 0 | 1001100 | 111101 | 10111 | 101011100 | 111101 | 110000 |
Color Harmonies of #C4304D
Complementary color
Monochromatic Colors of #C4304D
Black with #C4304D
Text Example
Text Example
White with #C4304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4304D; }
p { color: rgb(196,48,77); }
H1.HeaderClassName
{
color: #C4304D;
}
.AnyTagClassName
{
color: #C4304D;
}
</style>
background-color css
<style>
a { background-color: #C4304D; }
a { background-color: rgb(196,48,77); }
div.DivClassName
{
background-color: #C4304D;
}
.BgClassName
{
background-color: #C4304D;
}
</style>
border-color css
<style>
span { border-color: #C4304D; }
span { border-color: rgb(196,48,77); }
td.TdClassName
{
border-color: #C4304D;
}
.TagClassName
{
border-color: #C4304D;
}
</style>