Shades of Old Rose #C3315D
Tints of Old Rose #C3315D
RGB
CMYK
RGB Variations
Color information
#C3315D (or 0xC3315D) is known color: Old Rose. HEX triplet: C3, 31 and 5D. RGB value is (195,49,93). Sum of RGB (Red+Green+Blue) = 195+49+93=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3315D is #3CCEA2. Grayscale: #616161. Windows color (decimal): -3985059 or 6107587. OLE color: 6107587.
HSL color Cylindrical-coordinate representation of color #C3315D: hue angle of 341.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3315D is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 93 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.24 |
| HSL | 341.92º | 0.6% | 0.48% | - |
| HSV(B) | 341.92º | 0.75% | 0.76% | - |
| XYZ | 25.58 | 14.59 | 11.82 | - |
| YUV | 97.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 93 | 0 | 0.75 | 0.52 | 0.24 | 341.92 | 0.6 | 0.48 |
| Hex | C3 | 31 | 5D | 0 | 4B | 34 | 18 | 156 | 3C | 30 |
| Octal | 303 | 61 | 135 | 0 | 113 | 64 | 30 | 526 | 74 | 60 |
| Binary | 11000011 | 110001 | 1011101 | 0 | 1001011 | 110100 | 11000 | 101010110 | 111100 | 110000 |
Color Harmonies of #C3315D
Complementary color
Monochromatic Colors of #C3315D
Black with #C3315D
Text Example
Text Example
White with #C3315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3315D; }
p { color: rgb(195,49,93); }
H1.HeaderClassName
{
color: #C3315D;
}
.AnyTagClassName
{
color: #C3315D;
}
</style>
background-color css
<style>
a { background-color: #C3315D; }
a { background-color: rgb(195,49,93); }
div.DivClassName
{
background-color: #C3315D;
}
.BgClassName
{
background-color: #C3315D;
}
</style>
border-color css
<style>
span { border-color: #C3315D; }
span { border-color: rgb(195,49,93); }
td.TdClassName
{
border-color: #C3315D;
}
.TagClassName
{
border-color: #C3315D;
}
</style>