Shades of Old Rose #C4334F
Tints of Old Rose #C4334F
RGB
CMYK
RGB Variations
Color information
#C4334F (or 0xC4334F) is known color: Old Rose. HEX triplet: C4, 33 and 4F. RGB value is (196,51,79). Sum of RGB (Red+Green+Blue) = 196+51+79=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4334F is #3BCCB0. Grayscale: #616161. Windows color (decimal): -3919025 or 5190596. OLE color: 5190596.
HSL color Cylindrical-coordinate representation of color #C4334F: hue angle of 348.41º 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 #C4334F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 79 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.23 |
| HSL | 348.41º | 0.59% | 0.48% | - |
| HSV(B) | 348.41º | 0.74% | 0.77% | - |
| XYZ | 25.36 | 14.67 | 8.89 | - |
| YUV | 97.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 79 | 0 | 0.74 | 0.60 | 0.23 | 348.41 | 0.59 | 0.48 |
| Hex | C4 | 33 | 4F | 0 | 4A | 3C | 17 | 15C | 3B | 30 |
| Octal | 304 | 63 | 117 | 0 | 112 | 74 | 27 | 534 | 73 | 60 |
| Binary | 11000100 | 110011 | 1001111 | 0 | 1001010 | 111100 | 10111 | 101011100 | 111011 | 110000 |
Color Harmonies of #C4334F
Complementary color
Monochromatic Colors of #C4334F
Black with #C4334F
Text Example
Text Example
White with #C4334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4334F; }
p { color: rgb(196,51,79); }
H1.HeaderClassName
{
color: #C4334F;
}
.AnyTagClassName
{
color: #C4334F;
}
</style>
background-color css
<style>
a { background-color: #C4334F; }
a { background-color: rgb(196,51,79); }
div.DivClassName
{
background-color: #C4334F;
}
.BgClassName
{
background-color: #C4334F;
}
</style>
border-color css
<style>
span { border-color: #C4334F; }
span { border-color: rgb(196,51,79); }
td.TdClassName
{
border-color: #C4334F;
}
.TagClassName
{
border-color: #C4334F;
}
</style>