Shades of Old Rose #C7255D
Tints of Old Rose #C7255D
RGB
CMYK
RGB Variations
Color information
#C7255D (or 0xC7255D) is known color: Old Rose. HEX triplet: C7, 25 and 5D. RGB value is (199,37,93). Sum of RGB (Red+Green+Blue) = 199+37+93=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7255D is #38DAA2. Grayscale: #5B5B5B. Windows color (decimal): -3725987 or 6104519. OLE color: 6104519.
HSL color Cylindrical-coordinate representation of color #C7255D: hue angle of 339.26º 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 #C7255D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 93 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.22 |
| HSL | 339.26º | 0.69% | 0.46% | - |
| HSV(B) | 339.26º | 0.81% | 0.78% | - |
| XYZ | 26.19 | 14.26 | 11.73 | - |
| YUV | 91.82 | 128.67 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 93 | 0 | 0.81 | 0.53 | 0.22 | 339.26 | 0.69 | 0.46 |
| Hex | C7 | 25 | 5D | 0 | 51 | 35 | 16 | 153 | 45 | 2E |
| Octal | 307 | 45 | 135 | 0 | 121 | 65 | 26 | 523 | 105 | 56 |
| Binary | 11000111 | 100101 | 1011101 | 0 | 1010001 | 110101 | 10110 | 101010011 | 1000101 | 101110 |
Color Harmonies of #C7255D
Complementary color
Monochromatic Colors of #C7255D
Black with #C7255D
Text Example
Text Example
White with #C7255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7255D; }
p { color: rgb(199,37,93); }
H1.HeaderClassName
{
color: #C7255D;
}
.AnyTagClassName
{
color: #C7255D;
}
</style>
background-color css
<style>
a { background-color: #C7255D; }
a { background-color: rgb(199,37,93); }
div.DivClassName
{
background-color: #C7255D;
}
.BgClassName
{
background-color: #C7255D;
}
</style>
border-color css
<style>
span { border-color: #C7255D; }
span { border-color: rgb(199,37,93); }
td.TdClassName
{
border-color: #C7255D;
}
.TagClassName
{
border-color: #C7255D;
}
</style>