Shades of Old Rose #C73652
Tints of Old Rose #C73652
RGB
CMYK
RGB Variations
Color information
#C73652 (or 0xC73652) is known color: Old Rose. HEX triplet: C7, 36 and 52. RGB value is (199,54,82). Sum of RGB (Red+Green+Blue) = 199+54+82=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73652 is #38C9AD. Grayscale: #646464. Windows color (decimal): -3721646 or 5387975. OLE color: 5387975.
HSL color Cylindrical-coordinate representation of color #C73652: hue angle of 348.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73652 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 82 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.22 |
| HSL | 348.41º | 0.57% | 0.5% | - |
| HSV(B) | 348.41º | 0.73% | 0.78% | - |
| XYZ | 26.4 | 15.39 | 9.56 | - |
| YUV | 100.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 82 | 0 | 0.73 | 0.59 | 0.22 | 348.41 | 0.57 | 0.5 |
| Hex | C7 | 36 | 52 | 0 | 49 | 3B | 16 | 15C | 39 | 32 |
| Octal | 307 | 66 | 122 | 0 | 111 | 73 | 26 | 534 | 71 | 62 |
| Binary | 11000111 | 110110 | 1010010 | 0 | 1001001 | 111011 | 10110 | 101011100 | 111001 | 110010 |
Color Harmonies of #C73652
Complementary color
Monochromatic Colors of #C73652
Black with #C73652
Text Example
Text Example
White with #C73652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73652; }
p { color: rgb(199,54,82); }
H1.HeaderClassName
{
color: #C73652;
}
.AnyTagClassName
{
color: #C73652;
}
</style>
background-color css
<style>
a { background-color: #C73652; }
a { background-color: rgb(199,54,82); }
div.DivClassName
{
background-color: #C73652;
}
.BgClassName
{
background-color: #C73652;
}
</style>
border-color css
<style>
span { border-color: #C73652; }
span { border-color: rgb(199,54,82); }
td.TdClassName
{
border-color: #C73652;
}
.TagClassName
{
border-color: #C73652;
}
</style>