Shades of Old Rose #C3334E
Tints of Old Rose #C3334E
RGB
CMYK
RGB Variations
Color information
#C3334E (or 0xC3334E) is known color: Old Rose. HEX triplet: C3, 33 and 4E. RGB value is (195,51,78). Sum of RGB (Red+Green+Blue) = 195+51+78=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3334E is #3CCCB1. Grayscale: #616161. Windows color (decimal): -3984562 or 5125059. OLE color: 5125059.
HSL color Cylindrical-coordinate representation of color #C3334E: hue angle of 348.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3334E is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 78 | - |
| CMYK | 0 | 0.74 | 0.6 | 0.24 |
| HSL | 348.75º | 0.59% | 0.48% | - |
| HSV(B) | 348.75º | 0.74% | 0.76% | - |
| XYZ | 25.06 | 14.52 | 8.69 | - |
| YUV | 97.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 78 | 0 | 0.74 | 0.6 | 0.24 | 348.75 | 0.59 | 0.48 |
| Hex | C3 | 33 | 4E | 0 | 4A | 3C | 18 | 15D | 3B | 30 |
| Octal | 303 | 63 | 116 | 0 | 112 | 74 | 30 | 535 | 73 | 60 |
| Binary | 11000011 | 110011 | 1001110 | 0 | 1001010 | 111100 | 11000 | 101011101 | 111011 | 110000 |
Color Harmonies of #C3334E
Complementary color
Monochromatic Colors of #C3334E
Black with #C3334E
Text Example
Text Example
White with #C3334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3334E; }
p { color: rgb(195,51,78); }
H1.HeaderClassName
{
color: #C3334E;
}
.AnyTagClassName
{
color: #C3334E;
}
</style>
background-color css
<style>
a { background-color: #C3334E; }
a { background-color: rgb(195,51,78); }
div.DivClassName
{
background-color: #C3334E;
}
.BgClassName
{
background-color: #C3334E;
}
</style>
border-color css
<style>
span { border-color: #C3334E; }
span { border-color: rgb(195,51,78); }
td.TdClassName
{
border-color: #C3334E;
}
.TagClassName
{
border-color: #C3334E;
}
</style>