Shades of Old Rose #C7345C
Tints of Old Rose #C7345C
RGB
CMYK
RGB Variations
Color information
#C7345C (or 0xC7345C) is known color: Old Rose. HEX triplet: C7, 34 and 5C. RGB value is (199,52,92). Sum of RGB (Red+Green+Blue) = 199+52+92=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7345C is #38CBA3. Grayscale: #646464. Windows color (decimal): -3722148 or 6042823. OLE color: 6042823.
HSL color Cylindrical-coordinate representation of color #C7345C: hue angle of 343.67º 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 #C7345C is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 92 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.22 |
| HSL | 343.67º | 0.59% | 0.49% | - |
| HSV(B) | 343.67º | 0.74% | 0.78% | - |
| XYZ | 26.71 | 15.37 | 11.68 | - |
| YUV | 100.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 92 | 0 | 0.74 | 0.54 | 0.22 | 343.67 | 0.59 | 0.49 |
| Hex | C7 | 34 | 5C | 0 | 4A | 36 | 16 | 158 | 3B | 31 |
| Octal | 307 | 64 | 134 | 0 | 112 | 66 | 26 | 530 | 73 | 61 |
| Binary | 11000111 | 110100 | 1011100 | 0 | 1001010 | 110110 | 10110 | 101011000 | 111011 | 110001 |
Color Harmonies of #C7345C
Complementary color
Monochromatic Colors of #C7345C
Black with #C7345C
Text Example
Text Example
White with #C7345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7345C; }
p { color: rgb(199,52,92); }
H1.HeaderClassName
{
color: #C7345C;
}
.AnyTagClassName
{
color: #C7345C;
}
</style>
background-color css
<style>
a { background-color: #C7345C; }
a { background-color: rgb(199,52,92); }
div.DivClassName
{
background-color: #C7345C;
}
.BgClassName
{
background-color: #C7345C;
}
</style>
border-color css
<style>
span { border-color: #C7345C; }
span { border-color: rgb(199,52,92); }
td.TdClassName
{
border-color: #C7345C;
}
.TagClassName
{
border-color: #C7345C;
}
</style>