Shades of Old Rose #C7304A
Tints of Old Rose #C7304A
RGB
CMYK
RGB Variations
Color information
#C7304A (or 0xC7304A) is known color: Old Rose. HEX triplet: C7, 30 and 4A. RGB value is (199,48,74). Sum of RGB (Red+Green+Blue) = 199+48+74=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C7304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7304A is #38CFB5. Grayscale: #606060. Windows color (decimal): -3723190 or 4862151. OLE color: 4862151.
HSL color Cylindrical-coordinate representation of color #C7304A: hue angle of 349.67º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7304A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 74 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.22 |
| HSL | 349.67º | 0.61% | 0.48% | - |
| HSV(B) | 349.67º | 0.76% | 0.78% | - |
| XYZ | 25.85 | 14.75 | 7.96 | - |
| YUV | 96.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 74 | 0 | 0.76 | 0.63 | 0.22 | 349.67 | 0.61 | 0.48 |
| Hex | C7 | 30 | 4A | 0 | 4C | 3F | 16 | 15E | 3D | 30 |
| Octal | 307 | 60 | 112 | 0 | 114 | 77 | 26 | 536 | 75 | 60 |
| Binary | 11000111 | 110000 | 1001010 | 0 | 1001100 | 111111 | 10110 | 101011110 | 111101 | 110000 |
Color Harmonies of #C7304A
Complementary color
Monochromatic Colors of #C7304A
Black with #C7304A
Text Example
Text Example
White with #C7304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7304A; }
p { color: rgb(199,48,74); }
H1.HeaderClassName
{
color: #C7304A;
}
.AnyTagClassName
{
color: #C7304A;
}
</style>
background-color css
<style>
a { background-color: #C7304A; }
a { background-color: rgb(199,48,74); }
div.DivClassName
{
background-color: #C7304A;
}
.BgClassName
{
background-color: #C7304A;
}
</style>
border-color css
<style>
span { border-color: #C7304A; }
span { border-color: rgb(199,48,74); }
td.TdClassName
{
border-color: #C7304A;
}
.TagClassName
{
border-color: #C7304A;
}
</style>