Shades of Old Rose #C7255C
Tints of Old Rose #C7255C
RGB
CMYK
RGB Variations
Color information
#C7255C (or 0xC7255C) is known color: Old Rose. HEX triplet: C7, 25 and 5C. RGB value is (199,37,92). Sum of RGB (Red+Green+Blue) = 199+37+92=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7255C is #38DAA3. Grayscale: #5B5B5B. Windows color (decimal): -3725988 or 6038983. OLE color: 6038983.
HSL color Cylindrical-coordinate representation of color #C7255C: hue angle of 339.63º 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 #C7255C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 92 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.22 |
| HSL | 339.63º | 0.69% | 0.46% | - |
| HSV(B) | 339.63º | 0.81% | 0.78% | - |
| XYZ | 26.15 | 14.24 | 11.5 | - |
| YUV | 91.71 | 128.17 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 92 | 0 | 0.81 | 0.54 | 0.22 | 339.63 | 0.69 | 0.46 |
| Hex | C7 | 25 | 5C | 0 | 51 | 36 | 16 | 154 | 45 | 2E |
| Octal | 307 | 45 | 134 | 0 | 121 | 66 | 26 | 524 | 105 | 56 |
| Binary | 11000111 | 100101 | 1011100 | 0 | 1010001 | 110110 | 10110 | 101010100 | 1000101 | 101110 |
Color Harmonies of #C7255C
Complementary color
Monochromatic Colors of #C7255C
Black with #C7255C
Text Example
Text Example
White with #C7255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7255C; }
p { color: rgb(199,37,92); }
H1.HeaderClassName
{
color: #C7255C;
}
.AnyTagClassName
{
color: #C7255C;
}
</style>
background-color css
<style>
a { background-color: #C7255C; }
a { background-color: rgb(199,37,92); }
div.DivClassName
{
background-color: #C7255C;
}
.BgClassName
{
background-color: #C7255C;
}
</style>
border-color css
<style>
span { border-color: #C7255C; }
span { border-color: rgb(199,37,92); }
td.TdClassName
{
border-color: #C7255C;
}
.TagClassName
{
border-color: #C7255C;
}
</style>