Shades of Old Rose #C2334D
Tints of Old Rose #C2334D
RGB
CMYK
RGB Variations
Color information
#C2334D (or 0xC2334D) is known color: Old Rose. HEX triplet: C2, 33 and 4D. RGB value is (194,51,77). Sum of RGB (Red+Green+Blue) = 194+51+77=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2334D is #3DCCB2. Grayscale: #606060. Windows color (decimal): -4050099 or 5059522. OLE color: 5059522.
HSL color Cylindrical-coordinate representation of color #C2334D: hue angle of 349.09º 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 #C2334D is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 77 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.24 |
| HSL | 349.09º | 0.58% | 0.48% | - |
| HSV(B) | 349.09º | 0.74% | 0.76% | - |
| XYZ | 24.77 | 14.37 | 8.49 | - |
| YUV | 96.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 77 | 0 | 0.74 | 0.60 | 0.24 | 349.09 | 0.58 | 0.48 |
| Hex | C2 | 33 | 4D | 0 | 4A | 3C | 18 | 15D | 3A | 30 |
| Octal | 302 | 63 | 115 | 0 | 112 | 74 | 30 | 535 | 72 | 60 |
| Binary | 11000010 | 110011 | 1001101 | 0 | 1001010 | 111100 | 11000 | 101011101 | 111010 | 110000 |
Color Harmonies of #C2334D
Complementary color
Monochromatic Colors of #C2334D
Black with #C2334D
Text Example
Text Example
White with #C2334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2334D; }
p { color: rgb(194,51,77); }
H1.HeaderClassName
{
color: #C2334D;
}
.AnyTagClassName
{
color: #C2334D;
}
</style>
background-color css
<style>
a { background-color: #C2334D; }
a { background-color: rgb(194,51,77); }
div.DivClassName
{
background-color: #C2334D;
}
.BgClassName
{
background-color: #C2334D;
}
</style>
border-color css
<style>
span { border-color: #C2334D; }
span { border-color: rgb(194,51,77); }
td.TdClassName
{
border-color: #C2334D;
}
.TagClassName
{
border-color: #C2334D;
}
</style>