Shades of Old Rose #C2364E
Tints of Old Rose #C2364E
RGB
CMYK
RGB Variations
Color information
#C2364E (or 0xC2364E) is known color: Old Rose. HEX triplet: C2, 36 and 4E. RGB value is (194,54,78). Sum of RGB (Red+Green+Blue) = 194+54+78=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2364E is #3DC9B1. Grayscale: #626262. Windows color (decimal): -4049330 or 5125826. OLE color: 5125826.
HSL color Cylindrical-coordinate representation of color #C2364E: hue angle of 349.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2364E is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 78 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.24 |
| HSL | 349.71º | 0.56% | 0.49% | - |
| HSV(B) | 349.71º | 0.72% | 0.76% | - |
| XYZ | 24.94 | 14.66 | 8.72 | - |
| YUV | 98.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 78 | 0 | 0.72 | 0.60 | 0.24 | 349.71 | 0.56 | 0.49 |
| Hex | C2 | 36 | 4E | 0 | 48 | 3C | 18 | 15E | 38 | 31 |
| Octal | 302 | 66 | 116 | 0 | 110 | 74 | 30 | 536 | 70 | 61 |
| Binary | 11000010 | 110110 | 1001110 | 0 | 1001000 | 111100 | 11000 | 101011110 | 111000 | 110001 |
Color Harmonies of #C2364E
Complementary color
Monochromatic Colors of #C2364E
Black with #C2364E
Text Example
Text Example
White with #C2364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2364E; }
p { color: rgb(194,54,78); }
H1.HeaderClassName
{
color: #C2364E;
}
.AnyTagClassName
{
color: #C2364E;
}
</style>
background-color css
<style>
a { background-color: #C2364E; }
a { background-color: rgb(194,54,78); }
div.DivClassName
{
background-color: #C2364E;
}
.BgClassName
{
background-color: #C2364E;
}
</style>
border-color css
<style>
span { border-color: #C2364E; }
span { border-color: rgb(194,54,78); }
td.TdClassName
{
border-color: #C2364E;
}
.TagClassName
{
border-color: #C2364E;
}
</style>