Shades of Old Rose #C2324D
Tints of Old Rose #C2324D
RGB
CMYK
RGB Variations
Color information
#C2324D (or 0xC2324D) is known color: Old Rose. HEX triplet: C2, 32 and 4D. RGB value is (194,50,77). Sum of RGB (Red+Green+Blue) = 194+50+77=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2324D is #3DCDB2. Grayscale: #606060. Windows color (decimal): -4050355 or 5059266. OLE color: 5059266.
HSL color Cylindrical-coordinate representation of color #C2324D: 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 #C2324D is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 77 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.24 |
| HSL | 348.75º | 0.59% | 0.48% | - |
| HSV(B) | 348.75º | 0.74% | 0.76% | - |
| XYZ | 24.73 | 14.29 | 8.48 | - |
| YUV | 96.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 77 | 0 | 0.74 | 0.60 | 0.24 | 348.75 | 0.59 | 0.48 |
| Hex | C2 | 32 | 4D | 0 | 4A | 3C | 18 | 15D | 3B | 30 |
| Octal | 302 | 62 | 115 | 0 | 112 | 74 | 30 | 535 | 73 | 60 |
| Binary | 11000010 | 110010 | 1001101 | 0 | 1001010 | 111100 | 11000 | 101011101 | 111011 | 110000 |
Color Harmonies of #C2324D
Complementary color
Monochromatic Colors of #C2324D
Black with #C2324D
Text Example
Text Example
White with #C2324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2324D; }
p { color: rgb(194,50,77); }
H1.HeaderClassName
{
color: #C2324D;
}
.AnyTagClassName
{
color: #C2324D;
}
</style>
background-color css
<style>
a { background-color: #C2324D; }
a { background-color: rgb(194,50,77); }
div.DivClassName
{
background-color: #C2324D;
}
.BgClassName
{
background-color: #C2324D;
}
</style>
border-color css
<style>
span { border-color: #C2324D; }
span { border-color: rgb(194,50,77); }
td.TdClassName
{
border-color: #C2324D;
}
.TagClassName
{
border-color: #C2324D;
}
</style>