Shades of Old Rose #C4334C
Tints of Old Rose #C4334C
RGB
CMYK
RGB Variations
Color information
#C4334C (or 0xC4334C) is known color: Old Rose. HEX triplet: C4, 33 and 4C. RGB value is (196,51,76). Sum of RGB (Red+Green+Blue) = 196+51+76=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4334C is #3BCCB3. Grayscale: #616161. Windows color (decimal): -3919028 or 4993988. OLE color: 4993988.
HSL color Cylindrical-coordinate representation of color #C4334C: hue angle of 349.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4334C is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 76 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.23 |
| HSL | 349.66º | 0.59% | 0.48% | - |
| HSV(B) | 349.66º | 0.74% | 0.77% | - |
| XYZ | 25.25 | 14.63 | 8.33 | - |
| YUV | 97.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 76 | 0 | 0.74 | 0.61 | 0.23 | 349.66 | 0.59 | 0.48 |
| Hex | C4 | 33 | 4C | 0 | 4A | 3D | 17 | 15E | 3B | 30 |
| Octal | 304 | 63 | 114 | 0 | 112 | 75 | 27 | 536 | 73 | 60 |
| Binary | 11000100 | 110011 | 1001100 | 0 | 1001010 | 111101 | 10111 | 101011110 | 111011 | 110000 |
Color Harmonies of #C4334C
Complementary color
Monochromatic Colors of #C4334C
Black with #C4334C
Text Example
Text Example
White with #C4334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4334C; }
p { color: rgb(196,51,76); }
H1.HeaderClassName
{
color: #C4334C;
}
.AnyTagClassName
{
color: #C4334C;
}
</style>
background-color css
<style>
a { background-color: #C4334C; }
a { background-color: rgb(196,51,76); }
div.DivClassName
{
background-color: #C4334C;
}
.BgClassName
{
background-color: #C4334C;
}
</style>
border-color css
<style>
span { border-color: #C4334C; }
span { border-color: rgb(196,51,76); }
td.TdClassName
{
border-color: #C4334C;
}
.TagClassName
{
border-color: #C4334C;
}
</style>