Shades of Old Rose #C7375F
Tints of Old Rose #C7375F
RGB
CMYK
RGB Variations
Color information
#C7375F (or 0xC7375F) is known color: Old Rose. HEX triplet: C7, 37 and 5F. RGB value is (199,55,95). Sum of RGB (Red+Green+Blue) = 199+55+95=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7375F is #38C8A0. Grayscale: #666666. Windows color (decimal): -3721377 or 6240199. OLE color: 6240199.
HSL color Cylindrical-coordinate representation of color #C7375F: hue angle of 343.33º 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 #C7375F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 95 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.22 |
| HSL | 343.33º | 0.57% | 0.5% | - |
| HSV(B) | 343.33º | 0.72% | 0.78% | - |
| XYZ | 26.98 | 15.7 | 12.43 | - |
| YUV | 102.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 95 | 0 | 0.72 | 0.52 | 0.22 | 343.33 | 0.57 | 0.5 |
| Hex | C7 | 37 | 5F | 0 | 48 | 34 | 16 | 157 | 39 | 32 |
| Octal | 307 | 67 | 137 | 0 | 110 | 64 | 26 | 527 | 71 | 62 |
| Binary | 11000111 | 110111 | 1011111 | 0 | 1001000 | 110100 | 10110 | 101010111 | 111001 | 110010 |
Color Harmonies of #C7375F
Complementary color
Monochromatic Colors of #C7375F
Black with #C7375F
Text Example
Text Example
White with #C7375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7375F; }
p { color: rgb(199,55,95); }
H1.HeaderClassName
{
color: #C7375F;
}
.AnyTagClassName
{
color: #C7375F;
}
</style>
background-color css
<style>
a { background-color: #C7375F; }
a { background-color: rgb(199,55,95); }
div.DivClassName
{
background-color: #C7375F;
}
.BgClassName
{
background-color: #C7375F;
}
</style>
border-color css
<style>
span { border-color: #C7375F; }
span { border-color: rgb(199,55,95); }
td.TdClassName
{
border-color: #C7375F;
}
.TagClassName
{
border-color: #C7375F;
}
</style>