Shades of Old Rose #C74053
Tints of Old Rose #C74053
RGB
CMYK
RGB Variations
Color information
#C74053 (or 0xC74053) is known color: Old Rose. HEX triplet: C7, 40 and 53. RGB value is (199,64,83). Sum of RGB (Red+Green+Blue) = 199+64+83=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C74053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74053 is #38BFAC. Grayscale: #6A6A6A. Windows color (decimal): -3719085 or 5456071. OLE color: 5456071.
HSL color Cylindrical-coordinate representation of color #C74053: hue angle of 351.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74053 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 83 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.22 |
| HSL | 351.56º | 0.55% | 0.52% | - |
| HSV(B) | 351.56º | 0.68% | 0.78% | - |
| XYZ | 26.95 | 16.43 | 9.94 | - |
| YUV | 106.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 83 | 0 | 0.68 | 0.58 | 0.22 | 351.56 | 0.55 | 0.52 |
| Hex | C7 | 40 | 53 | 0 | 44 | 3A | 16 | 160 | 37 | 34 |
| Octal | 307 | 100 | 123 | 0 | 104 | 72 | 26 | 540 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1010011 | 0 | 1000100 | 111010 | 10110 | 101100000 | 110111 | 110100 |
Color Harmonies of #C74053
Complementary color
Monochromatic Colors of #C74053
Black with #C74053
Text Example
Text Example
White with #C74053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74053; }
p { color: rgb(199,64,83); }
H1.HeaderClassName
{
color: #C74053;
}
.AnyTagClassName
{
color: #C74053;
}
</style>
background-color css
<style>
a { background-color: #C74053; }
a { background-color: rgb(199,64,83); }
div.DivClassName
{
background-color: #C74053;
}
.BgClassName
{
background-color: #C74053;
}
</style>
border-color css
<style>
span { border-color: #C74053; }
span { border-color: rgb(199,64,83); }
td.TdClassName
{
border-color: #C74053;
}
.TagClassName
{
border-color: #C74053;
}
</style>