Shades of Old Rose #C3224D
Tints of Old Rose #C3224D
RGB
CMYK
RGB Variations
Color information
#C3224D (or 0xC3224D) is known color: Old Rose. HEX triplet: C3, 22 and 4D. RGB value is (195,34,77). Sum of RGB (Red+Green+Blue) = 195+34+77=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3224D is #3CDDB2. Grayscale: #575757. Windows color (decimal): -3988915 or 5055171. OLE color: 5055171.
HSL color Cylindrical-coordinate representation of color #C3224D: hue angle of 343.98º 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 #C3224D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 77 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.24 |
| HSL | 343.98º | 0.7% | 0.45% | - |
| HSV(B) | 343.98º | 0.83% | 0.76% | - |
| XYZ | 24.42 | 13.28 | 8.3 | - |
| YUV | 87.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 77 | 0 | 0.83 | 0.61 | 0.24 | 343.98 | 0.7 | 0.45 |
| Hex | C3 | 22 | 4D | 0 | 53 | 3D | 18 | 158 | 46 | 2D |
| Octal | 303 | 42 | 115 | 0 | 123 | 75 | 30 | 530 | 106 | 55 |
| Binary | 11000011 | 100010 | 1001101 | 0 | 1010011 | 111101 | 11000 | 101011000 | 1000110 | 101101 |
Color Harmonies of #C3224D
Complementary color
Monochromatic Colors of #C3224D
Black with #C3224D
Text Example
Text Example
White with #C3224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3224D; }
p { color: rgb(195,34,77); }
H1.HeaderClassName
{
color: #C3224D;
}
.AnyTagClassName
{
color: #C3224D;
}
</style>
background-color css
<style>
a { background-color: #C3224D; }
a { background-color: rgb(195,34,77); }
div.DivClassName
{
background-color: #C3224D;
}
.BgClassName
{
background-color: #C3224D;
}
</style>
border-color css
<style>
span { border-color: #C3224D; }
span { border-color: rgb(195,34,77); }
td.TdClassName
{
border-color: #C3224D;
}
.TagClassName
{
border-color: #C3224D;
}
</style>