Shades of Old Rose #C7335E
Tints of Old Rose #C7335E
RGB
CMYK
RGB Variations
Color information
#C7335E (or 0xC7335E) is known color: Old Rose. HEX triplet: C7, 33 and 5E. RGB value is (199,51,94). Sum of RGB (Red+Green+Blue) = 199+51+94=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7335E is #38CCA1. Grayscale: #646464. Windows color (decimal): -3722402 or 6173639. OLE color: 6173639.
HSL color Cylindrical-coordinate representation of color #C7335E: hue angle of 342.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7335E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 94 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.22 |
| HSL | 342.57º | 0.59% | 0.49% | - |
| HSV(B) | 342.57º | 0.74% | 0.78% | - |
| XYZ | 26.76 | 15.32 | 12.14 | - |
| YUV | 100.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 94 | 0 | 0.74 | 0.53 | 0.22 | 342.57 | 0.59 | 0.49 |
| Hex | C7 | 33 | 5E | 0 | 4A | 35 | 16 | 157 | 3B | 31 |
| Octal | 307 | 63 | 136 | 0 | 112 | 65 | 26 | 527 | 73 | 61 |
| Binary | 11000111 | 110011 | 1011110 | 0 | 1001010 | 110101 | 10110 | 101010111 | 111011 | 110001 |
Color Harmonies of #C7335E
Complementary color
Monochromatic Colors of #C7335E
Black with #C7335E
Text Example
Text Example
White with #C7335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7335E; }
p { color: rgb(199,51,94); }
H1.HeaderClassName
{
color: #C7335E;
}
.AnyTagClassName
{
color: #C7335E;
}
</style>
background-color css
<style>
a { background-color: #C7335E; }
a { background-color: rgb(199,51,94); }
div.DivClassName
{
background-color: #C7335E;
}
.BgClassName
{
background-color: #C7335E;
}
</style>
border-color css
<style>
span { border-color: #C7335E; }
span { border-color: rgb(199,51,94); }
td.TdClassName
{
border-color: #C7335E;
}
.TagClassName
{
border-color: #C7335E;
}
</style>