Shades of Old Rose #C7264E
Tints of Old Rose #C7264E
RGB
CMYK
RGB Variations
Color information
#C7264E (or 0xC7264E) is known color: Old Rose. HEX triplet: C7, 26 and 4E. RGB value is (199,38,78). Sum of RGB (Red+Green+Blue) = 199+38+78=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7264E is #38D9B1. Grayscale: #5A5A5A. Windows color (decimal): -3725746 or 5121735. OLE color: 5121735.
HSL color Cylindrical-coordinate representation of color #C7264E: hue angle of 345.09º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7264E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 78 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.22 |
| HSL | 345.09º | 0.68% | 0.46% | - |
| HSV(B) | 345.09º | 0.81% | 0.78% | - |
| XYZ | 25.62 | 14.08 | 8.57 | - |
| YUV | 90.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 78 | 0 | 0.81 | 0.61 | 0.22 | 345.09 | 0.68 | 0.46 |
| Hex | C7 | 26 | 4E | 0 | 51 | 3D | 16 | 159 | 44 | 2E |
| Octal | 307 | 46 | 116 | 0 | 121 | 75 | 26 | 531 | 104 | 56 |
| Binary | 11000111 | 100110 | 1001110 | 0 | 1010001 | 111101 | 10110 | 101011001 | 1000100 | 101110 |
Color Harmonies of #C7264E
Complementary color
Monochromatic Colors of #C7264E
Black with #C7264E
Text Example
Text Example
White with #C7264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7264E; }
p { color: rgb(199,38,78); }
H1.HeaderClassName
{
color: #C7264E;
}
.AnyTagClassName
{
color: #C7264E;
}
</style>
background-color css
<style>
a { background-color: #C7264E; }
a { background-color: rgb(199,38,78); }
div.DivClassName
{
background-color: #C7264E;
}
.BgClassName
{
background-color: #C7264E;
}
</style>
border-color css
<style>
span { border-color: #C7264E; }
span { border-color: rgb(199,38,78); }
td.TdClassName
{
border-color: #C7264E;
}
.TagClassName
{
border-color: #C7264E;
}
</style>