Shades of Old Rose #C72353
Tints of Old Rose #C72353
RGB
CMYK
RGB Variations
Color information
#C72353 (or 0xC72353) is known color: Old Rose. HEX triplet: C7, 23 and 53. RGB value is (199,35,83). Sum of RGB (Red+Green+Blue) = 199+35+83=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C72353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72353 is #38DCAC. Grayscale: #595959. Windows color (decimal): -3726509 or 5448647. OLE color: 5448647.
HSL color Cylindrical-coordinate representation of color #C72353: hue angle of 342.44º 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 #C72353 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 83 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.22 |
| HSL | 342.44º | 0.7% | 0.46% | - |
| HSV(B) | 342.44º | 0.82% | 0.78% | - |
| XYZ | 25.72 | 13.97 | 9.52 | - |
| YUV | 89.51 | 124.33 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 83 | 0 | 0.82 | 0.58 | 0.22 | 342.44 | 0.7 | 0.46 |
| Hex | C7 | 23 | 53 | 0 | 52 | 3A | 16 | 156 | 46 | 2E |
| Octal | 307 | 43 | 123 | 0 | 122 | 72 | 26 | 526 | 106 | 56 |
| Binary | 11000111 | 100011 | 1010011 | 0 | 1010010 | 111010 | 10110 | 101010110 | 1000110 | 101110 |
Color Harmonies of #C72353
Complementary color
Monochromatic Colors of #C72353
Black with #C72353
Text Example
Text Example
White with #C72353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72353; }
p { color: rgb(199,35,83); }
H1.HeaderClassName
{
color: #C72353;
}
.AnyTagClassName
{
color: #C72353;
}
</style>
background-color css
<style>
a { background-color: #C72353; }
a { background-color: rgb(199,35,83); }
div.DivClassName
{
background-color: #C72353;
}
.BgClassName
{
background-color: #C72353;
}
</style>
border-color css
<style>
span { border-color: #C72353; }
span { border-color: rgb(199,35,83); }
td.TdClassName
{
border-color: #C72353;
}
.TagClassName
{
border-color: #C72353;
}
</style>