Shades of Old Rose #C4315C
Tints of Old Rose #C4315C
RGB
CMYK
RGB Variations
Color information
#C4315C (or 0xC4315C) is known color: Old Rose. HEX triplet: C4, 31 and 5C. RGB value is (196,49,92). Sum of RGB (Red+Green+Blue) = 196+49+92=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4315C is #3BCEA3. Grayscale: #616161. Windows color (decimal): -3919524 or 6042052. OLE color: 6042052.
HSL color Cylindrical-coordinate representation of color #C4315C: hue angle of 342.45º 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 #C4315C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 92 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.23 |
| HSL | 342.45º | 0.6% | 0.48% | - |
| HSV(B) | 342.45º | 0.75% | 0.77% | - |
| XYZ | 25.8 | 14.71 | 11.6 | - |
| YUV | 97.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 92 | 0 | 0.75 | 0.53 | 0.23 | 342.45 | 0.6 | 0.48 |
| Hex | C4 | 31 | 5C | 0 | 4B | 35 | 17 | 156 | 3C | 30 |
| Octal | 304 | 61 | 134 | 0 | 113 | 65 | 27 | 526 | 74 | 60 |
| Binary | 11000100 | 110001 | 1011100 | 0 | 1001011 | 110101 | 10111 | 101010110 | 111100 | 110000 |
Color Harmonies of #C4315C
Complementary color
Monochromatic Colors of #C4315C
Black with #C4315C
Text Example
Text Example
White with #C4315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4315C; }
p { color: rgb(196,49,92); }
H1.HeaderClassName
{
color: #C4315C;
}
.AnyTagClassName
{
color: #C4315C;
}
</style>
background-color css
<style>
a { background-color: #C4315C; }
a { background-color: rgb(196,49,92); }
div.DivClassName
{
background-color: #C4315C;
}
.BgClassName
{
background-color: #C4315C;
}
</style>
border-color css
<style>
span { border-color: #C4315C; }
span { border-color: rgb(196,49,92); }
td.TdClassName
{
border-color: #C4315C;
}
.TagClassName
{
border-color: #C4315C;
}
</style>