Shades of Old Rose #C7375D
Tints of Old Rose #C7375D
RGB
CMYK
RGB Variations
Color information
#C7375D (or 0xC7375D) is known color: Old Rose. HEX triplet: C7, 37 and 5D. RGB value is (199,55,93). Sum of RGB (Red+Green+Blue) = 199+55+93=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7375D is #38C8A2. Grayscale: #666666. Windows color (decimal): -3721379 or 6109127. OLE color: 6109127.
HSL color Cylindrical-coordinate representation of color #C7375D: hue angle of 344.17º degrees, saturation: 0.57, 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 #C7375D is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 93 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.22 |
| HSL | 344.17º | 0.57% | 0.5% | - |
| HSV(B) | 344.17º | 0.72% | 0.78% | - |
| XYZ | 26.9 | 15.66 | 11.96 | - |
| YUV | 102.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 93 | 0 | 0.72 | 0.53 | 0.22 | 344.17 | 0.57 | 0.5 |
| Hex | C7 | 37 | 5D | 0 | 48 | 35 | 16 | 158 | 39 | 32 |
| Octal | 307 | 67 | 135 | 0 | 110 | 65 | 26 | 530 | 71 | 62 |
| Binary | 11000111 | 110111 | 1011101 | 0 | 1001000 | 110101 | 10110 | 101011000 | 111001 | 110010 |
Color Harmonies of #C7375D
Complementary color
Monochromatic Colors of #C7375D
Black with #C7375D
Text Example
Text Example
White with #C7375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7375D; }
p { color: rgb(199,55,93); }
H1.HeaderClassName
{
color: #C7375D;
}
.AnyTagClassName
{
color: #C7375D;
}
</style>
background-color css
<style>
a { background-color: #C7375D; }
a { background-color: rgb(199,55,93); }
div.DivClassName
{
background-color: #C7375D;
}
.BgClassName
{
background-color: #C7375D;
}
</style>
border-color css
<style>
span { border-color: #C7375D; }
span { border-color: rgb(199,55,93); }
td.TdClassName
{
border-color: #C7375D;
}
.TagClassName
{
border-color: #C7375D;
}
</style>