Shades of Old Rose #C2344B
Tints of Old Rose #C2344B
RGB
CMYK
RGB Variations
Color information
#C2344B (or 0xC2344B) is known color: Old Rose. HEX triplet: C2, 34 and 4B. RGB value is (194,52,75). Sum of RGB (Red+Green+Blue) = 194+52+75=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2344B is #3DCBB4. Grayscale: #616161. Windows color (decimal): -4049845 or 4928706. OLE color: 4928706.
HSL color Cylindrical-coordinate representation of color #C2344B: hue angle of 350.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2344B is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 75 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.24 |
| HSL | 350.28º | 0.58% | 0.48% | - |
| HSV(B) | 350.28º | 0.73% | 0.76% | - |
| XYZ | 24.75 | 14.43 | 8.14 | - |
| YUV | 97.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 75 | 0 | 0.73 | 0.61 | 0.24 | 350.28 | 0.58 | 0.48 |
| Hex | C2 | 34 | 4B | 0 | 49 | 3D | 18 | 15E | 3A | 30 |
| Octal | 302 | 64 | 113 | 0 | 111 | 75 | 30 | 536 | 72 | 60 |
| Binary | 11000010 | 110100 | 1001011 | 0 | 1001001 | 111101 | 11000 | 101011110 | 111010 | 110000 |
Color Harmonies of #C2344B
Complementary color
Monochromatic Colors of #C2344B
Black with #C2344B
Text Example
Text Example
White with #C2344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2344B; }
p { color: rgb(194,52,75); }
H1.HeaderClassName
{
color: #C2344B;
}
.AnyTagClassName
{
color: #C2344B;
}
</style>
background-color css
<style>
a { background-color: #C2344B; }
a { background-color: rgb(194,52,75); }
div.DivClassName
{
background-color: #C2344B;
}
.BgClassName
{
background-color: #C2344B;
}
</style>
border-color css
<style>
span { border-color: #C2344B; }
span { border-color: rgb(194,52,75); }
td.TdClassName
{
border-color: #C2344B;
}
.TagClassName
{
border-color: #C2344B;
}
</style>