Shades of Old Rose #C7364E
Tints of Old Rose #C7364E
RGB
CMYK
RGB Variations
Color information
#C7364E (or 0xC7364E) is known color: Old Rose. HEX triplet: C7, 36 and 4E. RGB value is (199,54,78). Sum of RGB (Red+Green+Blue) = 199+54+78=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7364E is #38C9B1. Grayscale: #646464. Windows color (decimal): -3721650 or 5125831. OLE color: 5125831.
HSL color Cylindrical-coordinate representation of color #C7364E: hue angle of 350.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7364E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 78 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.22 |
| HSL | 350.07º | 0.57% | 0.5% | - |
| HSV(B) | 350.07º | 0.73% | 0.78% | - |
| XYZ | 26.25 | 15.33 | 8.78 | - |
| YUV | 100.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 78 | 0 | 0.73 | 0.61 | 0.22 | 350.07 | 0.57 | 0.5 |
| Hex | C7 | 36 | 4E | 0 | 49 | 3D | 16 | 15E | 39 | 32 |
| Octal | 307 | 66 | 116 | 0 | 111 | 75 | 26 | 536 | 71 | 62 |
| Binary | 11000111 | 110110 | 1001110 | 0 | 1001001 | 111101 | 10110 | 101011110 | 111001 | 110010 |
Color Harmonies of #C7364E
Complementary color
Monochromatic Colors of #C7364E
Black with #C7364E
Text Example
Text Example
White with #C7364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7364E; }
p { color: rgb(199,54,78); }
H1.HeaderClassName
{
color: #C7364E;
}
.AnyTagClassName
{
color: #C7364E;
}
</style>
background-color css
<style>
a { background-color: #C7364E; }
a { background-color: rgb(199,54,78); }
div.DivClassName
{
background-color: #C7364E;
}
.BgClassName
{
background-color: #C7364E;
}
</style>
border-color css
<style>
span { border-color: #C7364E; }
span { border-color: rgb(199,54,78); }
td.TdClassName
{
border-color: #C7364E;
}
.TagClassName
{
border-color: #C7364E;
}
</style>