Shades of Old Rose #C3314D
Tints of Old Rose #C3314D
RGB
CMYK
RGB Variations
Color information
#C3314D (or 0xC3314D) is known color: Old Rose. HEX triplet: C3, 31 and 4D. RGB value is (195,49,77). Sum of RGB (Red+Green+Blue) = 195+49+77=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3314D is #3CCEB2. Grayscale: #5F5F5F. Windows color (decimal): -3985075 or 5059011. OLE color: 5059011.
HSL color Cylindrical-coordinate representation of color #C3314D: hue angle of 348.49º 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 #C3314D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 77 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.24 |
| HSL | 348.49º | 0.6% | 0.48% | - |
| HSV(B) | 348.49º | 0.75% | 0.76% | - |
| XYZ | 24.94 | 14.33 | 8.47 | - |
| YUV | 95.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 77 | 0 | 0.75 | 0.61 | 0.24 | 348.49 | 0.6 | 0.48 |
| Hex | C3 | 31 | 4D | 0 | 4B | 3D | 18 | 15C | 3C | 30 |
| Octal | 303 | 61 | 115 | 0 | 113 | 75 | 30 | 534 | 74 | 60 |
| Binary | 11000011 | 110001 | 1001101 | 0 | 1001011 | 111101 | 11000 | 101011100 | 111100 | 110000 |
Color Harmonies of #C3314D
Complementary color
Monochromatic Colors of #C3314D
Black with #C3314D
Text Example
Text Example
White with #C3314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3314D; }
p { color: rgb(195,49,77); }
H1.HeaderClassName
{
color: #C3314D;
}
.AnyTagClassName
{
color: #C3314D;
}
</style>
background-color css
<style>
a { background-color: #C3314D; }
a { background-color: rgb(195,49,77); }
div.DivClassName
{
background-color: #C3314D;
}
.BgClassName
{
background-color: #C3314D;
}
</style>
border-color css
<style>
span { border-color: #C3314D; }
span { border-color: rgb(195,49,77); }
td.TdClassName
{
border-color: #C3314D;
}
.TagClassName
{
border-color: #C3314D;
}
</style>