Shades of Old Rose #C7344B
Tints of Old Rose #C7344B
RGB
CMYK
RGB Variations
Color information
#C7344B (or 0xC7344B) is known color: Old Rose. HEX triplet: C7, 34 and 4B. RGB value is (199,52,75). Sum of RGB (Red+Green+Blue) = 199+52+75=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7344B is #38CBB4. Grayscale: #626262. Windows color (decimal): -3722165 or 4928711. OLE color: 4928711.
HSL color Cylindrical-coordinate representation of color #C7344B: hue angle of 350.61º 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 #C7344B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 75 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.22 |
| HSL | 350.61º | 0.59% | 0.49% | - |
| HSV(B) | 350.61º | 0.74% | 0.78% | - |
| XYZ | 26.05 | 15.11 | 8.2 | - |
| YUV | 98.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 75 | 0 | 0.74 | 0.62 | 0.22 | 350.61 | 0.59 | 0.49 |
| Hex | C7 | 34 | 4B | 0 | 4A | 3E | 16 | 15F | 3B | 31 |
| Octal | 307 | 64 | 113 | 0 | 112 | 76 | 26 | 537 | 73 | 61 |
| Binary | 11000111 | 110100 | 1001011 | 0 | 1001010 | 111110 | 10110 | 101011111 | 111011 | 110001 |
Color Harmonies of #C7344B
Complementary color
Monochromatic Colors of #C7344B
Black with #C7344B
Text Example
Text Example
White with #C7344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7344B; }
p { color: rgb(199,52,75); }
H1.HeaderClassName
{
color: #C7344B;
}
.AnyTagClassName
{
color: #C7344B;
}
</style>
background-color css
<style>
a { background-color: #C7344B; }
a { background-color: rgb(199,52,75); }
div.DivClassName
{
background-color: #C7344B;
}
.BgClassName
{
background-color: #C7344B;
}
</style>
border-color css
<style>
span { border-color: #C7344B; }
span { border-color: rgb(199,52,75); }
td.TdClassName
{
border-color: #C7344B;
}
.TagClassName
{
border-color: #C7344B;
}
</style>