Shades of Old Rose #C7395B
Tints of Old Rose #C7395B
RGB
CMYK
RGB Variations
Color information
#C7395B (or 0xC7395B) is known color: Old Rose. HEX triplet: C7, 39 and 5B. RGB value is (199,57,91). Sum of RGB (Red+Green+Blue) = 199+57+91=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7395B is #38C6A4. Grayscale: #676767. Windows color (decimal): -3720869 or 5978567. OLE color: 5978567.
HSL color Cylindrical-coordinate representation of color #C7395B: hue angle of 345.63º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7395B is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 91 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.22 |
| HSL | 345.63º | 0.56% | 0.5% | - |
| HSV(B) | 345.63º | 0.71% | 0.78% | - |
| XYZ | 26.9 | 15.82 | 11.53 | - |
| YUV | 103.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 91 | 0 | 0.71 | 0.54 | 0.22 | 345.63 | 0.56 | 0.5 |
| Hex | C7 | 39 | 5B | 0 | 47 | 36 | 16 | 15A | 38 | 32 |
| Octal | 307 | 71 | 133 | 0 | 107 | 66 | 26 | 532 | 70 | 62 |
| Binary | 11000111 | 111001 | 1011011 | 0 | 1000111 | 110110 | 10110 | 101011010 | 111000 | 110010 |
Color Harmonies of #C7395B
Complementary color
Monochromatic Colors of #C7395B
Black with #C7395B
Text Example
Text Example
White with #C7395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7395B; }
p { color: rgb(199,57,91); }
H1.HeaderClassName
{
color: #C7395B;
}
.AnyTagClassName
{
color: #C7395B;
}
</style>
background-color css
<style>
a { background-color: #C7395B; }
a { background-color: rgb(199,57,91); }
div.DivClassName
{
background-color: #C7395B;
}
.BgClassName
{
background-color: #C7395B;
}
</style>
border-color css
<style>
span { border-color: #C7395B; }
span { border-color: rgb(199,57,91); }
td.TdClassName
{
border-color: #C7395B;
}
.TagClassName
{
border-color: #C7395B;
}
</style>