Shades of Old Rose #C4384E
Tints of Old Rose #C4384E
RGB
CMYK
RGB Variations
Color information
#C4384E (or 0xC4384E) is known color: Old Rose. HEX triplet: C4, 38 and 4E. RGB value is (196,56,78). Sum of RGB (Red+Green+Blue) = 196+56+78=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4384E is #3BC7B1. Grayscale: #646464. Windows color (decimal): -3917746 or 5126340. OLE color: 5126340.
HSL color Cylindrical-coordinate representation of color #C4384E: hue angle of 350.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4384E is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 78 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.23 |
| HSL | 350.57º | 0.56% | 0.49% | - |
| HSV(B) | 350.57º | 0.71% | 0.77% | - |
| XYZ | 25.55 | 15.11 | 8.78 | - |
| YUV | 100.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 78 | 0 | 0.71 | 0.60 | 0.23 | 350.57 | 0.56 | 0.49 |
| Hex | C4 | 38 | 4E | 0 | 47 | 3C | 17 | 15F | 38 | 31 |
| Octal | 304 | 70 | 116 | 0 | 107 | 74 | 27 | 537 | 70 | 61 |
| Binary | 11000100 | 111000 | 1001110 | 0 | 1000111 | 111100 | 10111 | 101011111 | 111000 | 110001 |
Color Harmonies of #C4384E
Complementary color
Monochromatic Colors of #C4384E
Black with #C4384E
Text Example
Text Example
White with #C4384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4384E; }
p { color: rgb(196,56,78); }
H1.HeaderClassName
{
color: #C4384E;
}
.AnyTagClassName
{
color: #C4384E;
}
</style>
background-color css
<style>
a { background-color: #C4384E; }
a { background-color: rgb(196,56,78); }
div.DivClassName
{
background-color: #C4384E;
}
.BgClassName
{
background-color: #C4384E;
}
</style>
border-color css
<style>
span { border-color: #C4384E; }
span { border-color: rgb(196,56,78); }
td.TdClassName
{
border-color: #C4384E;
}
.TagClassName
{
border-color: #C4384E;
}
</style>