Shades of Old Rose #C7235C
Tints of Old Rose #C7235C
RGB
CMYK
RGB Variations
Color information
#C7235C (or 0xC7235C) is known color: Old Rose. HEX triplet: C7, 23 and 5C. RGB value is (199,35,92). Sum of RGB (Red+Green+Blue) = 199+35+92=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7235C is #38DCA3. Grayscale: #5A5A5A. Windows color (decimal): -3726500 or 6038471. OLE color: 6038471.
HSL color Cylindrical-coordinate representation of color #C7235C: hue angle of 339.15º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7235C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 92 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.22 |
| HSL | 339.15º | 0.7% | 0.46% | - |
| HSV(B) | 339.15º | 0.82% | 0.78% | - |
| XYZ | 26.09 | 14.12 | 11.48 | - |
| YUV | 90.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 92 | 0 | 0.82 | 0.54 | 0.22 | 339.15 | 0.7 | 0.46 |
| Hex | C7 | 23 | 5C | 0 | 52 | 36 | 16 | 153 | 46 | 2E |
| Octal | 307 | 43 | 134 | 0 | 122 | 66 | 26 | 523 | 106 | 56 |
| Binary | 11000111 | 100011 | 1011100 | 0 | 1010010 | 110110 | 10110 | 101010011 | 1000110 | 101110 |
Color Harmonies of #C7235C
Complementary color
Monochromatic Colors of #C7235C
Black with #C7235C
Text Example
Text Example
White with #C7235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7235C; }
p { color: rgb(199,35,92); }
H1.HeaderClassName
{
color: #C7235C;
}
.AnyTagClassName
{
color: #C7235C;
}
</style>
background-color css
<style>
a { background-color: #C7235C; }
a { background-color: rgb(199,35,92); }
div.DivClassName
{
background-color: #C7235C;
}
.BgClassName
{
background-color: #C7235C;
}
</style>
border-color css
<style>
span { border-color: #C7235C; }
span { border-color: rgb(199,35,92); }
td.TdClassName
{
border-color: #C7235C;
}
.TagClassName
{
border-color: #C7235C;
}
</style>