Shades of Old Rose #C7384D
Tints of Old Rose #C7384D
RGB
CMYK
RGB Variations
Color information
#C7384D (or 0xC7384D) is known color: Old Rose. HEX triplet: C7, 38 and 4D. RGB value is (199,56,77). Sum of RGB (Red+Green+Blue) = 199+56+77=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7384D is #38C7B2. Grayscale: #656565. Windows color (decimal): -3721139 or 5060807. OLE color: 5060807.
HSL color Cylindrical-coordinate representation of color #C7384D: hue angle of 351.19º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7384D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 77 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.22 |
| HSL | 351.19º | 0.56% | 0.5% | - |
| HSV(B) | 351.19º | 0.72% | 0.78% | - |
| XYZ | 26.31 | 15.51 | 8.63 | - |
| YUV | 101.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 77 | 0 | 0.72 | 0.61 | 0.22 | 351.19 | 0.56 | 0.5 |
| Hex | C7 | 38 | 4D | 0 | 48 | 3D | 16 | 15F | 38 | 32 |
| Octal | 307 | 70 | 115 | 0 | 110 | 75 | 26 | 537 | 70 | 62 |
| Binary | 11000111 | 111000 | 1001101 | 0 | 1001000 | 111101 | 10110 | 101011111 | 111000 | 110010 |
Color Harmonies of #C7384D
Complementary color
Monochromatic Colors of #C7384D
Black with #C7384D
Text Example
Text Example
White with #C7384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7384D; }
p { color: rgb(199,56,77); }
H1.HeaderClassName
{
color: #C7384D;
}
.AnyTagClassName
{
color: #C7384D;
}
</style>
background-color css
<style>
a { background-color: #C7384D; }
a { background-color: rgb(199,56,77); }
div.DivClassName
{
background-color: #C7384D;
}
.BgClassName
{
background-color: #C7384D;
}
</style>
border-color css
<style>
span { border-color: #C7384D; }
span { border-color: rgb(199,56,77); }
td.TdClassName
{
border-color: #C7384D;
}
.TagClassName
{
border-color: #C7384D;
}
</style>