Shades of Old Rose #C7254D
Tints of Old Rose #C7254D
RGB
CMYK
RGB Variations
Color information
#C7254D (or 0xC7254D) is known color: Old Rose. HEX triplet: C7, 25 and 4D. RGB value is (199,37,77). Sum of RGB (Red+Green+Blue) = 199+37+77=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7254D is #38DAB2. Grayscale: #5A5A5A. Windows color (decimal): -3726003 or 5055943. OLE color: 5055943.
HSL color Cylindrical-coordinate representation of color #C7254D: hue angle of 345.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7254D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 77 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.22 |
| HSL | 345.19º | 0.69% | 0.46% | - |
| HSV(B) | 345.19º | 0.81% | 0.78% | - |
| XYZ | 25.55 | 14 | 8.38 | - |
| YUV | 90 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 77 | 0 | 0.81 | 0.61 | 0.22 | 345.19 | 0.69 | 0.46 |
| Hex | C7 | 25 | 4D | 0 | 51 | 3D | 16 | 159 | 45 | 2E |
| Octal | 307 | 45 | 115 | 0 | 121 | 75 | 26 | 531 | 105 | 56 |
| Binary | 11000111 | 100101 | 1001101 | 0 | 1010001 | 111101 | 10110 | 101011001 | 1000101 | 101110 |
Color Harmonies of #C7254D
Complementary color
Monochromatic Colors of #C7254D
Black with #C7254D
Text Example
Text Example
White with #C7254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7254D; }
p { color: rgb(199,37,77); }
H1.HeaderClassName
{
color: #C7254D;
}
.AnyTagClassName
{
color: #C7254D;
}
</style>
background-color css
<style>
a { background-color: #C7254D; }
a { background-color: rgb(199,37,77); }
div.DivClassName
{
background-color: #C7254D;
}
.BgClassName
{
background-color: #C7254D;
}
</style>
border-color css
<style>
span { border-color: #C7254D; }
span { border-color: rgb(199,37,77); }
td.TdClassName
{
border-color: #C7254D;
}
.TagClassName
{
border-color: #C7254D;
}
</style>