Shades of Old Rose #C4344A
Tints of Old Rose #C4344A
RGB
CMYK
RGB Variations
Color information
#C4344A (or 0xC4344A) is known color: Old Rose. HEX triplet: C4, 34 and 4A. RGB value is (196,52,74). Sum of RGB (Red+Green+Blue) = 196+52+74=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4344A is #3BCBB5. Grayscale: #616161. Windows color (decimal): -3918774 or 4863172. OLE color: 4863172.
HSL color Cylindrical-coordinate representation of color #C4344A: hue angle of 350.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4344A is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 74 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.23 |
| HSL | 350.83º | 0.58% | 0.49% | - |
| HSV(B) | 350.83º | 0.73% | 0.77% | - |
| XYZ | 25.23 | 14.69 | 7.98 | - |
| YUV | 97.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 74 | 0 | 0.73 | 0.62 | 0.23 | 350.83 | 0.58 | 0.49 |
| Hex | C4 | 34 | 4A | 0 | 49 | 3E | 17 | 15F | 3A | 31 |
| Octal | 304 | 64 | 112 | 0 | 111 | 76 | 27 | 537 | 72 | 61 |
| Binary | 11000100 | 110100 | 1001010 | 0 | 1001001 | 111110 | 10111 | 101011111 | 111010 | 110001 |
Color Harmonies of #C4344A
Complementary color
Monochromatic Colors of #C4344A
Black with #C4344A
Text Example
Text Example
White with #C4344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4344A; }
p { color: rgb(196,52,74); }
H1.HeaderClassName
{
color: #C4344A;
}
.AnyTagClassName
{
color: #C4344A;
}
</style>
background-color css
<style>
a { background-color: #C4344A; }
a { background-color: rgb(196,52,74); }
div.DivClassName
{
background-color: #C4344A;
}
.BgClassName
{
background-color: #C4344A;
}
</style>
border-color css
<style>
span { border-color: #C4344A; }
span { border-color: rgb(196,52,74); }
td.TdClassName
{
border-color: #C4344A;
}
.TagClassName
{
border-color: #C4344A;
}
</style>