Shades of Old Rose #C3325E
Tints of Old Rose #C3325E
RGB
CMYK
RGB Variations
Color information
#C3325E (or 0xC3325E) is known color: Old Rose. HEX triplet: C3, 32 and 5E. RGB value is (195,50,94). Sum of RGB (Red+Green+Blue) = 195+50+94=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3325E is #3CCDA1. Grayscale: #626262. Windows color (decimal): -3984802 or 6173379. OLE color: 6173379.
HSL color Cylindrical-coordinate representation of color #C3325E: hue angle of 341.79º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3325E is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 94 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.24 |
| HSL | 341.79º | 0.59% | 0.48% | - |
| HSV(B) | 341.79º | 0.74% | 0.76% | - |
| XYZ | 25.67 | 14.69 | 12.07 | - |
| YUV | 98.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 94 | 0 | 0.74 | 0.52 | 0.24 | 341.79 | 0.59 | 0.48 |
| Hex | C3 | 32 | 5E | 0 | 4A | 34 | 18 | 156 | 3B | 30 |
| Octal | 303 | 62 | 136 | 0 | 112 | 64 | 30 | 526 | 73 | 60 |
| Binary | 11000011 | 110010 | 1011110 | 0 | 1001010 | 110100 | 11000 | 101010110 | 111011 | 110000 |
Color Harmonies of #C3325E
Complementary color
Monochromatic Colors of #C3325E
Black with #C3325E
Text Example
Text Example
White with #C3325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3325E; }
p { color: rgb(195,50,94); }
H1.HeaderClassName
{
color: #C3325E;
}
.AnyTagClassName
{
color: #C3325E;
}
</style>
background-color css
<style>
a { background-color: #C3325E; }
a { background-color: rgb(195,50,94); }
div.DivClassName
{
background-color: #C3325E;
}
.BgClassName
{
background-color: #C3325E;
}
</style>
border-color css
<style>
span { border-color: #C3325E; }
span { border-color: rgb(195,50,94); }
td.TdClassName
{
border-color: #C3325E;
}
.TagClassName
{
border-color: #C3325E;
}
</style>