Shades of Old Rose #C4264D
Tints of Old Rose #C4264D
RGB
CMYK
RGB Variations
Color information
#C4264D (or 0xC4264D) is known color: Old Rose. HEX triplet: C4, 26 and 4D. RGB value is (196,38,77). Sum of RGB (Red+Green+Blue) = 196+38+77=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4264D is #3BD9B2. Grayscale: #595959. Windows color (decimal): -3922355 or 5056196. OLE color: 5056196.
HSL color Cylindrical-coordinate representation of color #C4264D: hue angle of 345.19º 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 #C4264D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 77 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.23 |
| HSL | 345.19º | 0.68% | 0.46% | - |
| HSV(B) | 345.19º | 0.81% | 0.77% | - |
| XYZ | 24.8 | 13.66 | 8.35 | - |
| YUV | 89.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 77 | 0 | 0.81 | 0.61 | 0.23 | 345.19 | 0.68 | 0.46 |
| Hex | C4 | 26 | 4D | 0 | 51 | 3D | 17 | 159 | 44 | 2E |
| Octal | 304 | 46 | 115 | 0 | 121 | 75 | 27 | 531 | 104 | 56 |
| Binary | 11000100 | 100110 | 1001101 | 0 | 1010001 | 111101 | 10111 | 101011001 | 1000100 | 101110 |
Color Harmonies of #C4264D
Complementary color
Monochromatic Colors of #C4264D
Black with #C4264D
Text Example
Text Example
White with #C4264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4264D; }
p { color: rgb(196,38,77); }
H1.HeaderClassName
{
color: #C4264D;
}
.AnyTagClassName
{
color: #C4264D;
}
</style>
background-color css
<style>
a { background-color: #C4264D; }
a { background-color: rgb(196,38,77); }
div.DivClassName
{
background-color: #C4264D;
}
.BgClassName
{
background-color: #C4264D;
}
</style>
border-color css
<style>
span { border-color: #C4264D; }
span { border-color: rgb(196,38,77); }
td.TdClassName
{
border-color: #C4264D;
}
.TagClassName
{
border-color: #C4264D;
}
</style>