Shades of Old Rose #C7295F
Tints of Old Rose #C7295F
RGB
CMYK
RGB Variations
Color information
#C7295F (or 0xC7295F) is known color: Old Rose. HEX triplet: C7, 29 and 5F. RGB value is (199,41,95). Sum of RGB (Red+Green+Blue) = 199+41+95=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C7295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7295F is #38D6A0. Grayscale: #5E5E5E. Windows color (decimal): -3724961 or 6236615. OLE color: 6236615.
HSL color Cylindrical-coordinate representation of color #C7295F: hue angle of 339.49º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7295F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 95 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.22 |
| HSL | 339.49º | 0.66% | 0.47% | - |
| HSV(B) | 339.49º | 0.79% | 0.78% | - |
| XYZ | 26.41 | 14.55 | 12.24 | - |
| YUV | 94.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 95 | 0 | 0.79 | 0.52 | 0.22 | 339.49 | 0.66 | 0.47 |
| Hex | C7 | 29 | 5F | 0 | 4F | 34 | 16 | 153 | 42 | 2F |
| Octal | 307 | 51 | 137 | 0 | 117 | 64 | 26 | 523 | 102 | 57 |
| Binary | 11000111 | 101001 | 1011111 | 0 | 1001111 | 110100 | 10110 | 101010011 | 1000010 | 101111 |
Color Harmonies of #C7295F
Complementary color
Monochromatic Colors of #C7295F
Black with #C7295F
Text Example
Text Example
White with #C7295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7295F; }
p { color: rgb(199,41,95); }
H1.HeaderClassName
{
color: #C7295F;
}
.AnyTagClassName
{
color: #C7295F;
}
</style>
background-color css
<style>
a { background-color: #C7295F; }
a { background-color: rgb(199,41,95); }
div.DivClassName
{
background-color: #C7295F;
}
.BgClassName
{
background-color: #C7295F;
}
</style>
border-color css
<style>
span { border-color: #C7295F; }
span { border-color: rgb(199,41,95); }
td.TdClassName
{
border-color: #C7295F;
}
.TagClassName
{
border-color: #C7295F;
}
</style>