Shades of Old Rose #C3225E
Tints of Old Rose #C3225E
RGB
CMYK
RGB Variations
Color information
#C3225E (or 0xC3225E) is known color: Old Rose. HEX triplet: C3, 22 and 5E. RGB value is (195,34,94). Sum of RGB (Red+Green+Blue) = 195+34+94=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3225E is #3CDDA1. Grayscale: #585858. Windows color (decimal): -3988898 or 6169283. OLE color: 6169283.
HSL color Cylindrical-coordinate representation of color #C3225E: hue angle of 337.64º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3225E is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 94 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.24 |
| HSL | 337.64º | 0.7% | 0.45% | - |
| HSV(B) | 337.64º | 0.83% | 0.76% | - |
| XYZ | 25.1 | 13.55 | 11.88 | - |
| YUV | 88.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 94 | 0 | 0.83 | 0.52 | 0.24 | 337.64 | 0.7 | 0.45 |
| Hex | C3 | 22 | 5E | 0 | 53 | 34 | 18 | 152 | 46 | 2D |
| Octal | 303 | 42 | 136 | 0 | 123 | 64 | 30 | 522 | 106 | 55 |
| Binary | 11000011 | 100010 | 1011110 | 0 | 1010011 | 110100 | 11000 | 101010010 | 1000110 | 101101 |
Color Harmonies of #C3225E
Complementary color
Monochromatic Colors of #C3225E
Black with #C3225E
Text Example
Text Example
White with #C3225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3225E; }
p { color: rgb(195,34,94); }
H1.HeaderClassName
{
color: #C3225E;
}
.AnyTagClassName
{
color: #C3225E;
}
</style>
background-color css
<style>
a { background-color: #C3225E; }
a { background-color: rgb(195,34,94); }
div.DivClassName
{
background-color: #C3225E;
}
.BgClassName
{
background-color: #C3225E;
}
</style>
border-color css
<style>
span { border-color: #C3225E; }
span { border-color: rgb(195,34,94); }
td.TdClassName
{
border-color: #C3225E;
}
.TagClassName
{
border-color: #C3225E;
}
</style>