Shades of Old Rose #C7385E
Tints of Old Rose #C7385E
RGB
CMYK
RGB Variations
Color information
#C7385E (or 0xC7385E) is known color: Old Rose. HEX triplet: C7, 38 and 5E. RGB value is (199,56,94). Sum of RGB (Red+Green+Blue) = 199+56+94=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7385E is #38C7A1. Grayscale: #676767. Windows color (decimal): -3721122 or 6174919. OLE color: 6174919.
HSL color Cylindrical-coordinate representation of color #C7385E: hue angle of 344.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7385E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 94 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.22 |
| HSL | 344.06º | 0.56% | 0.5% | - |
| HSV(B) | 344.06º | 0.72% | 0.78% | - |
| XYZ | 26.99 | 15.78 | 12.21 | - |
| YUV | 103.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 94 | 0 | 0.72 | 0.53 | 0.22 | 344.06 | 0.56 | 0.5 |
| Hex | C7 | 38 | 5E | 0 | 48 | 35 | 16 | 158 | 38 | 32 |
| Octal | 307 | 70 | 136 | 0 | 110 | 65 | 26 | 530 | 70 | 62 |
| Binary | 11000111 | 111000 | 1011110 | 0 | 1001000 | 110101 | 10110 | 101011000 | 111000 | 110010 |
Color Harmonies of #C7385E
Complementary color
Monochromatic Colors of #C7385E
Black with #C7385E
Text Example
Text Example
White with #C7385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7385E; }
p { color: rgb(199,56,94); }
H1.HeaderClassName
{
color: #C7385E;
}
.AnyTagClassName
{
color: #C7385E;
}
</style>
background-color css
<style>
a { background-color: #C7385E; }
a { background-color: rgb(199,56,94); }
div.DivClassName
{
background-color: #C7385E;
}
.BgClassName
{
background-color: #C7385E;
}
</style>
border-color css
<style>
span { border-color: #C7385E; }
span { border-color: rgb(199,56,94); }
td.TdClassName
{
border-color: #C7385E;
}
.TagClassName
{
border-color: #C7385E;
}
</style>