Shades of Old Rose #C4254D
Tints of Old Rose #C4254D
RGB
CMYK
RGB Variations
Color information
#C4254D (or 0xC4254D) is known color: Old Rose. HEX triplet: C4, 25 and 4D. RGB value is (196,37,77). Sum of RGB (Red+Green+Blue) = 196+37+77=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4254D is #3BDAB2. Grayscale: #595959. Windows color (decimal): -3922611 or 5055940. OLE color: 5055940.
HSL color Cylindrical-coordinate representation of color #C4254D: hue angle of 344.91º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4254D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 77 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.23 |
| HSL | 344.91º | 0.68% | 0.46% | - |
| HSV(B) | 344.91º | 0.81% | 0.77% | - |
| XYZ | 24.77 | 13.59 | 8.34 | - |
| YUV | 89.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 77 | 0 | 0.81 | 0.61 | 0.23 | 344.91 | 0.68 | 0.46 |
| Hex | C4 | 25 | 4D | 0 | 51 | 3D | 17 | 159 | 44 | 2E |
| Octal | 304 | 45 | 115 | 0 | 121 | 75 | 27 | 531 | 104 | 56 |
| Binary | 11000100 | 100101 | 1001101 | 0 | 1010001 | 111101 | 10111 | 101011001 | 1000100 | 101110 |
Color Harmonies of #C4254D
Complementary color
Monochromatic Colors of #C4254D
Black with #C4254D
Text Example
Text Example
White with #C4254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4254D; }
p { color: rgb(196,37,77); }
H1.HeaderClassName
{
color: #C4254D;
}
.AnyTagClassName
{
color: #C4254D;
}
</style>
background-color css
<style>
a { background-color: #C4254D; }
a { background-color: rgb(196,37,77); }
div.DivClassName
{
background-color: #C4254D;
}
.BgClassName
{
background-color: #C4254D;
}
</style>
border-color css
<style>
span { border-color: #C4254D; }
span { border-color: rgb(196,37,77); }
td.TdClassName
{
border-color: #C4254D;
}
.TagClassName
{
border-color: #C4254D;
}
</style>