Shades of Old Rose #C3224A
Tints of Old Rose #C3224A
RGB
CMYK
RGB Variations
Color information
#C3224A (or 0xC3224A) is known color: Old Rose. HEX triplet: C3, 22 and 4A. RGB value is (195,34,74). Sum of RGB (Red+Green+Blue) = 195+34+74=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3224A is #3CDDB5. Grayscale: #565656. Windows color (decimal): -3988918 or 4858563. OLE color: 4858563.
HSL color Cylindrical-coordinate representation of color #C3224A: hue angle of 345.09º 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 #C3224A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 74 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.24 |
| HSL | 345.09º | 0.7% | 0.45% | - |
| HSV(B) | 345.09º | 0.83% | 0.76% | - |
| XYZ | 24.31 | 13.24 | 7.75 | - |
| YUV | 86.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 74 | 0 | 0.83 | 0.62 | 0.24 | 345.09 | 0.7 | 0.45 |
| Hex | C3 | 22 | 4A | 0 | 53 | 3E | 18 | 159 | 46 | 2D |
| Octal | 303 | 42 | 112 | 0 | 123 | 76 | 30 | 531 | 106 | 55 |
| Binary | 11000011 | 100010 | 1001010 | 0 | 1010011 | 111110 | 11000 | 101011001 | 1000110 | 101101 |
Color Harmonies of #C3224A
Complementary color
Monochromatic Colors of #C3224A
Black with #C3224A
Text Example
Text Example
White with #C3224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3224A; }
p { color: rgb(195,34,74); }
H1.HeaderClassName
{
color: #C3224A;
}
.AnyTagClassName
{
color: #C3224A;
}
</style>
background-color css
<style>
a { background-color: #C3224A; }
a { background-color: rgb(195,34,74); }
div.DivClassName
{
background-color: #C3224A;
}
.BgClassName
{
background-color: #C3224A;
}
</style>
border-color css
<style>
span { border-color: #C3224A; }
span { border-color: rgb(195,34,74); }
td.TdClassName
{
border-color: #C3224A;
}
.TagClassName
{
border-color: #C3224A;
}
</style>