Shades of Old Rose #C7265D
Tints of Old Rose #C7265D
RGB
CMYK
RGB Variations
Color information
#C7265D (or 0xC7265D) is known color: Old Rose. HEX triplet: C7, 26 and 5D. RGB value is (199,38,93). Sum of RGB (Red+Green+Blue) = 199+38+93=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7265D is #38D9A2. Grayscale: #5C5C5C. Windows color (decimal): -3725731 or 6104775. OLE color: 6104775.
HSL color Cylindrical-coordinate representation of color #C7265D: hue angle of 339.5º degrees, saturation: 0.68, 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 #C7265D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 93 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.22 |
| HSL | 339.5º | 0.68% | 0.46% | - |
| HSV(B) | 339.5º | 0.81% | 0.78% | - |
| XYZ | 26.22 | 14.32 | 11.74 | - |
| YUV | 92.41 | 128.34 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 93 | 0 | 0.81 | 0.53 | 0.22 | 339.5 | 0.68 | 0.46 |
| Hex | C7 | 26 | 5D | 0 | 51 | 35 | 16 | 154 | 44 | 2E |
| Octal | 307 | 46 | 135 | 0 | 121 | 65 | 26 | 524 | 104 | 56 |
| Binary | 11000111 | 100110 | 1011101 | 0 | 1010001 | 110101 | 10110 | 101010100 | 1000100 | 101110 |
Color Harmonies of #C7265D
Complementary color
Monochromatic Colors of #C7265D
Black with #C7265D
Text Example
Text Example
White with #C7265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7265D; }
p { color: rgb(199,38,93); }
H1.HeaderClassName
{
color: #C7265D;
}
.AnyTagClassName
{
color: #C7265D;
}
</style>
background-color css
<style>
a { background-color: #C7265D; }
a { background-color: rgb(199,38,93); }
div.DivClassName
{
background-color: #C7265D;
}
.BgClassName
{
background-color: #C7265D;
}
</style>
border-color css
<style>
span { border-color: #C7265D; }
span { border-color: rgb(199,38,93); }
td.TdClassName
{
border-color: #C7265D;
}
.TagClassName
{
border-color: #C7265D;
}
</style>