Shades of Old Rose #C4384D
Tints of Old Rose #C4384D
RGB
CMYK
RGB Variations
Color information
#C4384D (or 0xC4384D) is known color: Old Rose. HEX triplet: C4, 38 and 4D. RGB value is (196,56,77). Sum of RGB (Red+Green+Blue) = 196+56+77=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4384D is #3BC7B2. Grayscale: #646464. Windows color (decimal): -3917747 or 5060804. OLE color: 5060804.
HSL color Cylindrical-coordinate representation of color #C4384D: hue angle of 351º 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 #C4384D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 77 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.23 |
| HSL | 351º | 0.56% | 0.49% | - |
| HSV(B) | 351º | 0.71% | 0.77% | - |
| XYZ | 25.52 | 15.1 | 8.59 | - |
| YUV | 100.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 77 | 0 | 0.71 | 0.61 | 0.23 | 351 | 0.56 | 0.49 |
| Hex | C4 | 38 | 4D | 0 | 47 | 3D | 17 | 15F | 38 | 31 |
| Octal | 304 | 70 | 115 | 0 | 107 | 75 | 27 | 537 | 70 | 61 |
| Binary | 11000100 | 111000 | 1001101 | 0 | 1000111 | 111101 | 10111 | 101011111 | 111000 | 110001 |
Color Harmonies of #C4384D
Complementary color
Monochromatic Colors of #C4384D
Black with #C4384D
Text Example
Text Example
White with #C4384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4384D; }
p { color: rgb(196,56,77); }
H1.HeaderClassName
{
color: #C4384D;
}
.AnyTagClassName
{
color: #C4384D;
}
</style>
background-color css
<style>
a { background-color: #C4384D; }
a { background-color: rgb(196,56,77); }
div.DivClassName
{
background-color: #C4384D;
}
.BgClassName
{
background-color: #C4384D;
}
</style>
border-color css
<style>
span { border-color: #C4384D; }
span { border-color: rgb(196,56,77); }
td.TdClassName
{
border-color: #C4384D;
}
.TagClassName
{
border-color: #C4384D;
}
</style>