Shades of Old Rose #C4334A
Tints of Old Rose #C4334A
RGB
CMYK
RGB Variations
Color information
#C4334A (or 0xC4334A) is known color: Old Rose. HEX triplet: C4, 33 and 4A. RGB value is (196,51,74). Sum of RGB (Red+Green+Blue) = 196+51+74=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4334A is #3BCCB5. Grayscale: #616161. Windows color (decimal): -3919030 or 4862916. OLE color: 4862916.
HSL color Cylindrical-coordinate representation of color #C4334A: hue angle of 350.48º 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 #C4334A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 74 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.23 |
| HSL | 350.48º | 0.59% | 0.48% | - |
| HSV(B) | 350.48º | 0.74% | 0.77% | - |
| XYZ | 25.18 | 14.6 | 7.97 | - |
| YUV | 96.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 74 | 0 | 0.74 | 0.62 | 0.23 | 350.48 | 0.59 | 0.48 |
| Hex | C4 | 33 | 4A | 0 | 4A | 3E | 17 | 15E | 3B | 30 |
| Octal | 304 | 63 | 112 | 0 | 112 | 76 | 27 | 536 | 73 | 60 |
| Binary | 11000100 | 110011 | 1001010 | 0 | 1001010 | 111110 | 10111 | 101011110 | 111011 | 110000 |
Color Harmonies of #C4334A
Complementary color
Monochromatic Colors of #C4334A
Black with #C4334A
Text Example
Text Example
White with #C4334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4334A; }
p { color: rgb(196,51,74); }
H1.HeaderClassName
{
color: #C4334A;
}
.AnyTagClassName
{
color: #C4334A;
}
</style>
background-color css
<style>
a { background-color: #C4334A; }
a { background-color: rgb(196,51,74); }
div.DivClassName
{
background-color: #C4334A;
}
.BgClassName
{
background-color: #C4334A;
}
</style>
border-color css
<style>
span { border-color: #C4334A; }
span { border-color: rgb(196,51,74); }
td.TdClassName
{
border-color: #C4334A;
}
.TagClassName
{
border-color: #C4334A;
}
</style>