Shades of Old Rose #C2334E
Tints of Old Rose #C2334E
RGB
CMYK
RGB Variations
Color information
#C2334E (or 0xC2334E) is known color: Old Rose. HEX triplet: C2, 33 and 4E. RGB value is (194,51,78). Sum of RGB (Red+Green+Blue) = 194+51+78=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2334E is #3DCCB1. Grayscale: #606060. Windows color (decimal): -4050098 or 5125058. OLE color: 5125058.
HSL color Cylindrical-coordinate representation of color #C2334E: hue angle of 348.67º degrees, saturation: 0.58, 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 #C2334E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 78 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.24 |
| HSL | 348.67º | 0.58% | 0.48% | - |
| HSV(B) | 348.67º | 0.74% | 0.76% | - |
| XYZ | 24.81 | 14.39 | 8.68 | - |
| YUV | 96.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 78 | 0 | 0.74 | 0.60 | 0.24 | 348.67 | 0.58 | 0.48 |
| Hex | C2 | 33 | 4E | 0 | 4A | 3C | 18 | 15D | 3A | 30 |
| Octal | 302 | 63 | 116 | 0 | 112 | 74 | 30 | 535 | 72 | 60 |
| Binary | 11000010 | 110011 | 1001110 | 0 | 1001010 | 111100 | 11000 | 101011101 | 111010 | 110000 |
Color Harmonies of #C2334E
Complementary color
Monochromatic Colors of #C2334E
Black with #C2334E
Text Example
Text Example
White with #C2334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2334E; }
p { color: rgb(194,51,78); }
H1.HeaderClassName
{
color: #C2334E;
}
.AnyTagClassName
{
color: #C2334E;
}
</style>
background-color css
<style>
a { background-color: #C2334E; }
a { background-color: rgb(194,51,78); }
div.DivClassName
{
background-color: #C2334E;
}
.BgClassName
{
background-color: #C2334E;
}
</style>
border-color css
<style>
span { border-color: #C2334E; }
span { border-color: rgb(194,51,78); }
td.TdClassName
{
border-color: #C2334E;
}
.TagClassName
{
border-color: #C2334E;
}
</style>