Shades of Old Rose #C73B4C
Tints of Old Rose #C73B4C
RGB
CMYK
RGB Variations
Color information
#C73B4C (or 0xC73B4C) is known color: Old Rose. HEX triplet: C7, 3B and 4C. RGB value is (199,59,76). Sum of RGB (Red+Green+Blue) = 199+59+76=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B4C is #38C4B3. Grayscale: #666666. Windows color (decimal): -3720372 or 4996039. OLE color: 4996039.
HSL color Cylindrical-coordinate representation of color #C73B4C: hue angle of 352.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B4C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 76 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.22 |
| HSL | 352.71º | 0.56% | 0.51% | - |
| HSV(B) | 352.71º | 0.7% | 0.78% | - |
| XYZ | 26.42 | 15.79 | 8.49 | - |
| YUV | 102.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 76 | 0 | 0.70 | 0.62 | 0.22 | 352.71 | 0.56 | 0.51 |
| Hex | C7 | 3B | 4C | 0 | 46 | 3E | 16 | 161 | 38 | 33 |
| Octal | 307 | 73 | 114 | 0 | 106 | 76 | 26 | 541 | 70 | 63 |
| Binary | 11000111 | 111011 | 1001100 | 0 | 1000110 | 111110 | 10110 | 101100001 | 111000 | 110011 |
Color Harmonies of #C73B4C
Complementary color
Monochromatic Colors of #C73B4C
Black with #C73B4C
Text Example
Text Example
White with #C73B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B4C; }
p { color: rgb(199,59,76); }
H1.HeaderClassName
{
color: #C73B4C;
}
.AnyTagClassName
{
color: #C73B4C;
}
</style>
background-color css
<style>
a { background-color: #C73B4C; }
a { background-color: rgb(199,59,76); }
div.DivClassName
{
background-color: #C73B4C;
}
.BgClassName
{
background-color: #C73B4C;
}
</style>
border-color css
<style>
span { border-color: #C73B4C; }
span { border-color: rgb(199,59,76); }
td.TdClassName
{
border-color: #C73B4C;
}
.TagClassName
{
border-color: #C73B4C;
}
</style>