Shades of Old Rose #C4315D
Tints of Old Rose #C4315D
RGB
CMYK
RGB Variations
Color information
#C4315D (or 0xC4315D) is known color: Old Rose. HEX triplet: C4, 31 and 5D. RGB value is (196,49,93). Sum of RGB (Red+Green+Blue) = 196+49+93=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4315D is #3BCEA2. Grayscale: #616161. Windows color (decimal): -3919523 or 6107588. OLE color: 6107588.
HSL color Cylindrical-coordinate representation of color #C4315D: hue angle of 342.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4315D is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 93 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.23 |
| HSL | 342.04º | 0.6% | 0.48% | - |
| HSV(B) | 342.04º | 0.75% | 0.77% | - |
| XYZ | 25.84 | 14.72 | 11.84 | - |
| YUV | 97.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 93 | 0 | 0.75 | 0.53 | 0.23 | 342.04 | 0.6 | 0.48 |
| Hex | C4 | 31 | 5D | 0 | 4B | 35 | 17 | 156 | 3C | 30 |
| Octal | 304 | 61 | 135 | 0 | 113 | 65 | 27 | 526 | 74 | 60 |
| Binary | 11000100 | 110001 | 1011101 | 0 | 1001011 | 110101 | 10111 | 101010110 | 111100 | 110000 |
Color Harmonies of #C4315D
Complementary color
Monochromatic Colors of #C4315D
Black with #C4315D
Text Example
Text Example
White with #C4315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4315D; }
p { color: rgb(196,49,93); }
H1.HeaderClassName
{
color: #C4315D;
}
.AnyTagClassName
{
color: #C4315D;
}
</style>
background-color css
<style>
a { background-color: #C4315D; }
a { background-color: rgb(196,49,93); }
div.DivClassName
{
background-color: #C4315D;
}
.BgClassName
{
background-color: #C4315D;
}
</style>
border-color css
<style>
span { border-color: #C4315D; }
span { border-color: rgb(196,49,93); }
td.TdClassName
{
border-color: #C4315D;
}
.TagClassName
{
border-color: #C4315D;
}
</style>