Shades of Old Rose #C3294A
Tints of Old Rose #C3294A
RGB
CMYK
RGB Variations
Color information
#C3294A (or 0xC3294A) is known color: Old Rose. HEX triplet: C3, 29 and 4A. RGB value is (195,41,74). Sum of RGB (Red+Green+Blue) = 195+41+74=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3294A is #3CD6B5. Grayscale: #5A5A5A. Windows color (decimal): -3987126 or 4860355. OLE color: 4860355.
HSL color Cylindrical-coordinate representation of color #C3294A: hue angle of 347.14º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3294A is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 74 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.24 |
| HSL | 347.14º | 0.65% | 0.46% | - |
| HSV(B) | 347.14º | 0.79% | 0.76% | - |
| XYZ | 24.53 | 13.68 | 7.83 | - |
| YUV | 90.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 74 | 0 | 0.79 | 0.62 | 0.24 | 347.14 | 0.65 | 0.46 |
| Hex | C3 | 29 | 4A | 0 | 4F | 3E | 18 | 15B | 41 | 2E |
| Octal | 303 | 51 | 112 | 0 | 117 | 76 | 30 | 533 | 101 | 56 |
| Binary | 11000011 | 101001 | 1001010 | 0 | 1001111 | 111110 | 11000 | 101011011 | 1000001 | 101110 |
Color Harmonies of #C3294A
Complementary color
Monochromatic Colors of #C3294A
Black with #C3294A
Text Example
Text Example
White with #C3294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3294A; }
p { color: rgb(195,41,74); }
H1.HeaderClassName
{
color: #C3294A;
}
.AnyTagClassName
{
color: #C3294A;
}
</style>
background-color css
<style>
a { background-color: #C3294A; }
a { background-color: rgb(195,41,74); }
div.DivClassName
{
background-color: #C3294A;
}
.BgClassName
{
background-color: #C3294A;
}
</style>
border-color css
<style>
span { border-color: #C3294A; }
span { border-color: rgb(195,41,74); }
td.TdClassName
{
border-color: #C3294A;
}
.TagClassName
{
border-color: #C3294A;
}
</style>