Shades of Old Rose #C7395A
Tints of Old Rose #C7395A
RGB
CMYK
RGB Variations
Color information
#C7395A (or 0xC7395A) is known color: Old Rose. HEX triplet: C7, 39 and 5A. RGB value is (199,57,90). Sum of RGB (Red+Green+Blue) = 199+57+90=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7395A is #38C6A5. Grayscale: #676767. Windows color (decimal): -3720870 or 5913031. OLE color: 5913031.
HSL color Cylindrical-coordinate representation of color #C7395A: hue angle of 346.06º 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 #C7395A is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 90 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.22 |
| HSL | 346.06º | 0.56% | 0.5% | - |
| HSV(B) | 346.06º | 0.71% | 0.78% | - |
| XYZ | 26.86 | 15.81 | 11.31 | - |
| YUV | 103.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 90 | 0 | 0.71 | 0.55 | 0.22 | 346.06 | 0.56 | 0.5 |
| Hex | C7 | 39 | 5A | 0 | 47 | 37 | 16 | 15A | 38 | 32 |
| Octal | 307 | 71 | 132 | 0 | 107 | 67 | 26 | 532 | 70 | 62 |
| Binary | 11000111 | 111001 | 1011010 | 0 | 1000111 | 110111 | 10110 | 101011010 | 111000 | 110010 |
Color Harmonies of #C7395A
Complementary color
Monochromatic Colors of #C7395A
Black with #C7395A
Text Example
Text Example
White with #C7395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7395A; }
p { color: rgb(199,57,90); }
H1.HeaderClassName
{
color: #C7395A;
}
.AnyTagClassName
{
color: #C7395A;
}
</style>
background-color css
<style>
a { background-color: #C7395A; }
a { background-color: rgb(199,57,90); }
div.DivClassName
{
background-color: #C7395A;
}
.BgClassName
{
background-color: #C7395A;
}
</style>
border-color css
<style>
span { border-color: #C7395A; }
span { border-color: rgb(199,57,90); }
td.TdClassName
{
border-color: #C7395A;
}
.TagClassName
{
border-color: #C7395A;
}
</style>