Shades of Old Rose #C7384C
Tints of Old Rose #C7384C
RGB
CMYK
RGB Variations
Color information
#C7384C (or 0xC7384C) is known color: Old Rose. HEX triplet: C7, 38 and 4C. RGB value is (199,56,76). Sum of RGB (Red+Green+Blue) = 199+56+76=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7384C is #38C7B3. Grayscale: #656565. Windows color (decimal): -3721140 or 4995271. OLE color: 4995271.
HSL color Cylindrical-coordinate representation of color #C7384C: hue angle of 351.61º 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 #C7384C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 76 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.22 |
| HSL | 351.61º | 0.56% | 0.5% | - |
| HSV(B) | 351.61º | 0.72% | 0.78% | - |
| XYZ | 26.27 | 15.49 | 8.44 | - |
| YUV | 101.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 76 | 0 | 0.72 | 0.62 | 0.22 | 351.61 | 0.56 | 0.5 |
| Hex | C7 | 38 | 4C | 0 | 48 | 3E | 16 | 160 | 38 | 32 |
| Octal | 307 | 70 | 114 | 0 | 110 | 76 | 26 | 540 | 70 | 62 |
| Binary | 11000111 | 111000 | 1001100 | 0 | 1001000 | 111110 | 10110 | 101100000 | 111000 | 110010 |
Color Harmonies of #C7384C
Complementary color
Monochromatic Colors of #C7384C
Black with #C7384C
Text Example
Text Example
White with #C7384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7384C; }
p { color: rgb(199,56,76); }
H1.HeaderClassName
{
color: #C7384C;
}
.AnyTagClassName
{
color: #C7384C;
}
</style>
background-color css
<style>
a { background-color: #C7384C; }
a { background-color: rgb(199,56,76); }
div.DivClassName
{
background-color: #C7384C;
}
.BgClassName
{
background-color: #C7384C;
}
</style>
border-color css
<style>
span { border-color: #C7384C; }
span { border-color: rgb(199,56,76); }
td.TdClassName
{
border-color: #C7384C;
}
.TagClassName
{
border-color: #C7384C;
}
</style>