Shades of Old Rose #C7285C
Tints of Old Rose #C7285C
RGB
CMYK
RGB Variations
Color information
#C7285C (or 0xC7285C) is known color: Old Rose. HEX triplet: C7, 28 and 5C. RGB value is (199,40,92). Sum of RGB (Red+Green+Blue) = 199+40+92=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7285C is #38D7A3. Grayscale: #5D5D5D. Windows color (decimal): -3725220 or 6039751. OLE color: 6039751.
HSL color Cylindrical-coordinate representation of color #C7285C: hue angle of 340.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7285C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 92 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.22 |
| HSL | 340.38º | 0.67% | 0.47% | - |
| HSV(B) | 340.38º | 0.8% | 0.78% | - |
| XYZ | 26.24 | 14.43 | 11.53 | - |
| YUV | 93.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 92 | 0 | 0.80 | 0.54 | 0.22 | 340.38 | 0.67 | 0.47 |
| Hex | C7 | 28 | 5C | 0 | 50 | 36 | 16 | 154 | 43 | 2F |
| Octal | 307 | 50 | 134 | 0 | 120 | 66 | 26 | 524 | 103 | 57 |
| Binary | 11000111 | 101000 | 1011100 | 0 | 1010000 | 110110 | 10110 | 101010100 | 1000011 | 101111 |
Color Harmonies of #C7285C
Complementary color
Monochromatic Colors of #C7285C
Black with #C7285C
Text Example
Text Example
White with #C7285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7285C; }
p { color: rgb(199,40,92); }
H1.HeaderClassName
{
color: #C7285C;
}
.AnyTagClassName
{
color: #C7285C;
}
</style>
background-color css
<style>
a { background-color: #C7285C; }
a { background-color: rgb(199,40,92); }
div.DivClassName
{
background-color: #C7285C;
}
.BgClassName
{
background-color: #C7285C;
}
</style>
border-color css
<style>
span { border-color: #C7285C; }
span { border-color: rgb(199,40,92); }
td.TdClassName
{
border-color: #C7285C;
}
.TagClassName
{
border-color: #C7285C;
}
</style>