Shades of Old Rose #C7365E
Tints of Old Rose #C7365E
RGB
CMYK
RGB Variations
Color information
#C7365E (or 0xC7365E) is known color: Old Rose. HEX triplet: C7, 36 and 5E. RGB value is (199,54,94). Sum of RGB (Red+Green+Blue) = 199+54+94=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7365E is #38C9A1. Grayscale: #656565. Windows color (decimal): -3721634 or 6174407. OLE color: 6174407.
HSL color Cylindrical-coordinate representation of color #C7365E: hue angle of 343.45º 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 #C7365E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 94 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.22 |
| HSL | 343.45º | 0.57% | 0.5% | - |
| HSV(B) | 343.45º | 0.73% | 0.78% | - |
| XYZ | 26.89 | 15.59 | 12.18 | - |
| YUV | 101.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 94 | 0 | 0.73 | 0.53 | 0.22 | 343.45 | 0.57 | 0.5 |
| Hex | C7 | 36 | 5E | 0 | 49 | 35 | 16 | 157 | 39 | 32 |
| Octal | 307 | 66 | 136 | 0 | 111 | 65 | 26 | 527 | 71 | 62 |
| Binary | 11000111 | 110110 | 1011110 | 0 | 1001001 | 110101 | 10110 | 101010111 | 111001 | 110010 |
Color Harmonies of #C7365E
Complementary color
Monochromatic Colors of #C7365E
Black with #C7365E
Text Example
Text Example
White with #C7365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7365E; }
p { color: rgb(199,54,94); }
H1.HeaderClassName
{
color: #C7365E;
}
.AnyTagClassName
{
color: #C7365E;
}
</style>
background-color css
<style>
a { background-color: #C7365E; }
a { background-color: rgb(199,54,94); }
div.DivClassName
{
background-color: #C7365E;
}
.BgClassName
{
background-color: #C7365E;
}
</style>
border-color css
<style>
span { border-color: #C7365E; }
span { border-color: rgb(199,54,94); }
td.TdClassName
{
border-color: #C7365E;
}
.TagClassName
{
border-color: #C7365E;
}
</style>