Shades of Old Rose #C4264C
Tints of Old Rose #C4264C
RGB
CMYK
RGB Variations
Color information
#C4264C (or 0xC4264C) is known color: Old Rose. HEX triplet: C4, 26 and 4C. RGB value is (196,38,76). Sum of RGB (Red+Green+Blue) = 196+38+76=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4264C is #3BD9B3. Grayscale: #595959. Windows color (decimal): -3922356 or 4990660. OLE color: 4990660.
HSL color Cylindrical-coordinate representation of color #C4264C: hue angle of 345.57º 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 #C4264C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 76 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.23 |
| HSL | 345.57º | 0.68% | 0.46% | - |
| HSV(B) | 345.57º | 0.81% | 0.77% | - |
| XYZ | 24.76 | 13.64 | 8.17 | - |
| YUV | 89.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 76 | 0 | 0.81 | 0.61 | 0.23 | 345.57 | 0.68 | 0.46 |
| Hex | C4 | 26 | 4C | 0 | 51 | 3D | 17 | 15A | 44 | 2E |
| Octal | 304 | 46 | 114 | 0 | 121 | 75 | 27 | 532 | 104 | 56 |
| Binary | 11000100 | 100110 | 1001100 | 0 | 1010001 | 111101 | 10111 | 101011010 | 1000100 | 101110 |
Color Harmonies of #C4264C
Complementary color
Monochromatic Colors of #C4264C
Black with #C4264C
Text Example
Text Example
White with #C4264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4264C; }
p { color: rgb(196,38,76); }
H1.HeaderClassName
{
color: #C4264C;
}
.AnyTagClassName
{
color: #C4264C;
}
</style>
background-color css
<style>
a { background-color: #C4264C; }
a { background-color: rgb(196,38,76); }
div.DivClassName
{
background-color: #C4264C;
}
.BgClassName
{
background-color: #C4264C;
}
</style>
border-color css
<style>
span { border-color: #C4264C; }
span { border-color: rgb(196,38,76); }
td.TdClassName
{
border-color: #C4264C;
}
.TagClassName
{
border-color: #C4264C;
}
</style>