Shades of Old Rose #C73351
Tints of Old Rose #C73351
RGB
CMYK
RGB Variations
Color information
#C73351 (or 0xC73351) is known color: Old Rose. HEX triplet: C7, 33 and 51. RGB value is (199,51,81). Sum of RGB (Red+Green+Blue) = 199+51+81=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C73351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73351 is #38CCAE. Grayscale: #626262. Windows color (decimal): -3722415 or 5321671. OLE color: 5321671.
HSL color Cylindrical-coordinate representation of color #C73351: hue angle of 347.84º 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 #C73351 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 81 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.22 |
| HSL | 347.84º | 0.59% | 0.49% | - |
| HSV(B) | 347.84º | 0.74% | 0.78% | - |
| XYZ | 26.22 | 15.1 | 9.32 | - |
| YUV | 98.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 81 | 0 | 0.74 | 0.59 | 0.22 | 347.84 | 0.59 | 0.49 |
| Hex | C7 | 33 | 51 | 0 | 4A | 3B | 16 | 15C | 3B | 31 |
| Octal | 307 | 63 | 121 | 0 | 112 | 73 | 26 | 534 | 73 | 61 |
| Binary | 11000111 | 110011 | 1010001 | 0 | 1001010 | 111011 | 10110 | 101011100 | 111011 | 110001 |
Color Harmonies of #C73351
Complementary color
Monochromatic Colors of #C73351
Black with #C73351
Text Example
Text Example
White with #C73351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73351; }
p { color: rgb(199,51,81); }
H1.HeaderClassName
{
color: #C73351;
}
.AnyTagClassName
{
color: #C73351;
}
</style>
background-color css
<style>
a { background-color: #C73351; }
a { background-color: rgb(199,51,81); }
div.DivClassName
{
background-color: #C73351;
}
.BgClassName
{
background-color: #C73351;
}
</style>
border-color css
<style>
span { border-color: #C73351; }
span { border-color: rgb(199,51,81); }
td.TdClassName
{
border-color: #C73351;
}
.TagClassName
{
border-color: #C73351;
}
</style>