Shades of Old Rose #C3315C
Tints of Old Rose #C3315C
RGB
CMYK
RGB Variations
Color information
#C3315C (or 0xC3315C) is known color: Old Rose. HEX triplet: C3, 31 and 5C. RGB value is (195,49,92). Sum of RGB (Red+Green+Blue) = 195+49+92=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3315C is #3CCEA3. Grayscale: #616161. Windows color (decimal): -3985060 or 6042051. OLE color: 6042051.
HSL color Cylindrical-coordinate representation of color #C3315C: hue angle of 342.33º 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 #C3315C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 92 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.24 |
| HSL | 342.33º | 0.6% | 0.48% | - |
| HSV(B) | 342.33º | 0.75% | 0.76% | - |
| XYZ | 25.54 | 14.57 | 11.59 | - |
| YUV | 97.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 92 | 0 | 0.75 | 0.53 | 0.24 | 342.33 | 0.6 | 0.48 |
| Hex | C3 | 31 | 5C | 0 | 4B | 35 | 18 | 156 | 3C | 30 |
| Octal | 303 | 61 | 134 | 0 | 113 | 65 | 30 | 526 | 74 | 60 |
| Binary | 11000011 | 110001 | 1011100 | 0 | 1001011 | 110101 | 11000 | 101010110 | 111100 | 110000 |
Color Harmonies of #C3315C
Complementary color
Monochromatic Colors of #C3315C
Black with #C3315C
Text Example
Text Example
White with #C3315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3315C; }
p { color: rgb(195,49,92); }
H1.HeaderClassName
{
color: #C3315C;
}
.AnyTagClassName
{
color: #C3315C;
}
</style>
background-color css
<style>
a { background-color: #C3315C; }
a { background-color: rgb(195,49,92); }
div.DivClassName
{
background-color: #C3315C;
}
.BgClassName
{
background-color: #C3315C;
}
</style>
border-color css
<style>
span { border-color: #C3315C; }
span { border-color: rgb(195,49,92); }
td.TdClassName
{
border-color: #C3315C;
}
.TagClassName
{
border-color: #C3315C;
}
</style>