Shades of Old Rose #C4254A
Tints of Old Rose #C4254A
RGB
CMYK
RGB Variations
Color information
#C4254A (or 0xC4254A) is known color: Old Rose. HEX triplet: C4, 25 and 4A. RGB value is (196,37,74). Sum of RGB (Red+Green+Blue) = 196+37+74=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4254A is #3BDAB5. Grayscale: #585858. Windows color (decimal): -3922614 or 4859332. OLE color: 4859332.
HSL color Cylindrical-coordinate representation of color #C4254A: hue angle of 346.04º 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 #C4254A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 74 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.23 |
| HSL | 346.04º | 0.68% | 0.46% | - |
| HSV(B) | 346.04º | 0.81% | 0.77% | - |
| XYZ | 24.66 | 13.55 | 7.79 | - |
| YUV | 88.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 74 | 0 | 0.81 | 0.62 | 0.23 | 346.04 | 0.68 | 0.46 |
| Hex | C4 | 25 | 4A | 0 | 51 | 3E | 17 | 15A | 44 | 2E |
| Octal | 304 | 45 | 112 | 0 | 121 | 76 | 27 | 532 | 104 | 56 |
| Binary | 11000100 | 100101 | 1001010 | 0 | 1010001 | 111110 | 10111 | 101011010 | 1000100 | 101110 |
Color Harmonies of #C4254A
Complementary color
Monochromatic Colors of #C4254A
Black with #C4254A
Text Example
Text Example
White with #C4254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4254A; }
p { color: rgb(196,37,74); }
H1.HeaderClassName
{
color: #C4254A;
}
.AnyTagClassName
{
color: #C4254A;
}
</style>
background-color css
<style>
a { background-color: #C4254A; }
a { background-color: rgb(196,37,74); }
div.DivClassName
{
background-color: #C4254A;
}
.BgClassName
{
background-color: #C4254A;
}
</style>
border-color css
<style>
span { border-color: #C4254A; }
span { border-color: rgb(196,37,74); }
td.TdClassName
{
border-color: #C4254A;
}
.TagClassName
{
border-color: #C4254A;
}
</style>