Shades of Old Rose #C4395E
Tints of Old Rose #C4395E
RGB
CMYK
RGB Variations
Color information
#C4395E (or 0xC4395E) is known color: Old Rose. HEX triplet: C4, 39 and 5E. RGB value is (196,57,94). Sum of RGB (Red+Green+Blue) = 196+57+94=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4395E is #3BC6A1. Grayscale: #666666. Windows color (decimal): -3917474 or 6175172. OLE color: 6175172.
HSL color Cylindrical-coordinate representation of color #C4395E: hue angle of 344.03º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4395E is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 94 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.23 |
| HSL | 344.03º | 0.55% | 0.5% | - |
| HSV(B) | 344.03º | 0.71% | 0.77% | - |
| XYZ | 26.25 | 15.47 | 12.19 | - |
| YUV | 102.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 94 | 0 | 0.71 | 0.52 | 0.23 | 344.03 | 0.55 | 0.5 |
| Hex | C4 | 39 | 5E | 0 | 47 | 34 | 17 | 158 | 37 | 32 |
| Octal | 304 | 71 | 136 | 0 | 107 | 64 | 27 | 530 | 67 | 62 |
| Binary | 11000100 | 111001 | 1011110 | 0 | 1000111 | 110100 | 10111 | 101011000 | 110111 | 110010 |
Color Harmonies of #C4395E
Complementary color
Monochromatic Colors of #C4395E
Black with #C4395E
Text Example
Text Example
White with #C4395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4395E; }
p { color: rgb(196,57,94); }
H1.HeaderClassName
{
color: #C4395E;
}
.AnyTagClassName
{
color: #C4395E;
}
</style>
background-color css
<style>
a { background-color: #C4395E; }
a { background-color: rgb(196,57,94); }
div.DivClassName
{
background-color: #C4395E;
}
.BgClassName
{
background-color: #C4395E;
}
</style>
border-color css
<style>
span { border-color: #C4395E; }
span { border-color: rgb(196,57,94); }
td.TdClassName
{
border-color: #C4395E;
}
.TagClassName
{
border-color: #C4395E;
}
</style>