Shades of Old Rose #C7344F
Tints of Old Rose #C7344F
RGB
CMYK
RGB Variations
Color information
#C7344F (or 0xC7344F) is known color: Old Rose. HEX triplet: C7, 34 and 4F. RGB value is (199,52,79). Sum of RGB (Red+Green+Blue) = 199+52+79=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7344F is #38CBB0. Grayscale: #636363. Windows color (decimal): -3722161 or 5190855. OLE color: 5190855.
HSL color Cylindrical-coordinate representation of color #C7344F: hue angle of 348.98º 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 #C7344F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 79 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.22 |
| HSL | 348.98º | 0.59% | 0.49% | - |
| HSV(B) | 348.98º | 0.74% | 0.78% | - |
| XYZ | 26.19 | 15.16 | 8.94 | - |
| YUV | 99.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 79 | 0 | 0.74 | 0.60 | 0.22 | 348.98 | 0.59 | 0.49 |
| Hex | C7 | 34 | 4F | 0 | 4A | 3C | 16 | 15D | 3B | 31 |
| Octal | 307 | 64 | 117 | 0 | 112 | 74 | 26 | 535 | 73 | 61 |
| Binary | 11000111 | 110100 | 1001111 | 0 | 1001010 | 111100 | 10110 | 101011101 | 111011 | 110001 |
Color Harmonies of #C7344F
Complementary color
Monochromatic Colors of #C7344F
Black with #C7344F
Text Example
Text Example
White with #C7344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7344F; }
p { color: rgb(199,52,79); }
H1.HeaderClassName
{
color: #C7344F;
}
.AnyTagClassName
{
color: #C7344F;
}
</style>
background-color css
<style>
a { background-color: #C7344F; }
a { background-color: rgb(199,52,79); }
div.DivClassName
{
background-color: #C7344F;
}
.BgClassName
{
background-color: #C7344F;
}
</style>
border-color css
<style>
span { border-color: #C7344F; }
span { border-color: rgb(199,52,79); }
td.TdClassName
{
border-color: #C7344F;
}
.TagClassName
{
border-color: #C7344F;
}
</style>