Shades of Old Rose #C3314E
Tints of Old Rose #C3314E
RGB
CMYK
RGB Variations
Color information
#C3314E (or 0xC3314E) is known color: Old Rose. HEX triplet: C3, 31 and 4E. RGB value is (195,49,78). Sum of RGB (Red+Green+Blue) = 195+49+78=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3314E is #3CCEB1. Grayscale: #5F5F5F. Windows color (decimal): -3985074 or 5124547. OLE color: 5124547.
HSL color Cylindrical-coordinate representation of color #C3314E: hue angle of 348.08º 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 #C3314E is Cyan = 0, Magento = 0.75, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 78 | - |
| CMYK | 0 | 0.75 | 0.6 | 0.24 |
| HSL | 348.08º | 0.6% | 0.48% | - |
| HSV(B) | 348.08º | 0.75% | 0.76% | - |
| XYZ | 24.98 | 14.35 | 8.66 | - |
| YUV | 95.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 78 | 0 | 0.75 | 0.6 | 0.24 | 348.08 | 0.6 | 0.48 |
| Hex | C3 | 31 | 4E | 0 | 4B | 3C | 18 | 15C | 3C | 30 |
| Octal | 303 | 61 | 116 | 0 | 113 | 74 | 30 | 534 | 74 | 60 |
| Binary | 11000011 | 110001 | 1001110 | 0 | 1001011 | 111100 | 11000 | 101011100 | 111100 | 110000 |
Color Harmonies of #C3314E
Complementary color
Monochromatic Colors of #C3314E
Black with #C3314E
Text Example
Text Example
White with #C3314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3314E; }
p { color: rgb(195,49,78); }
H1.HeaderClassName
{
color: #C3314E;
}
.AnyTagClassName
{
color: #C3314E;
}
</style>
background-color css
<style>
a { background-color: #C3314E; }
a { background-color: rgb(195,49,78); }
div.DivClassName
{
background-color: #C3314E;
}
.BgClassName
{
background-color: #C3314E;
}
</style>
border-color css
<style>
span { border-color: #C3314E; }
span { border-color: rgb(195,49,78); }
td.TdClassName
{
border-color: #C3314E;
}
.TagClassName
{
border-color: #C3314E;
}
</style>