Shades of Old Rose #C2364D
Tints of Old Rose #C2364D
RGB
CMYK
RGB Variations
Color information
#C2364D (or 0xC2364D) is known color: Old Rose. HEX triplet: C2, 36 and 4D. RGB value is (194,54,77). Sum of RGB (Red+Green+Blue) = 194+54+77=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2364D is #3DC9B2. Grayscale: #626262. Windows color (decimal): -4049331 or 5060290. OLE color: 5060290.
HSL color Cylindrical-coordinate representation of color #C2364D: hue angle of 350.14º 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 #C2364D is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 77 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.24 |
| HSL | 350.14º | 0.56% | 0.49% | - |
| HSV(B) | 350.14º | 0.72% | 0.76% | - |
| XYZ | 24.91 | 14.64 | 8.53 | - |
| YUV | 98.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 77 | 0 | 0.72 | 0.60 | 0.24 | 350.14 | 0.56 | 0.49 |
| Hex | C2 | 36 | 4D | 0 | 48 | 3C | 18 | 15E | 38 | 31 |
| Octal | 302 | 66 | 115 | 0 | 110 | 74 | 30 | 536 | 70 | 61 |
| Binary | 11000010 | 110110 | 1001101 | 0 | 1001000 | 111100 | 11000 | 101011110 | 111000 | 110001 |
Color Harmonies of #C2364D
Complementary color
Monochromatic Colors of #C2364D
Black with #C2364D
Text Example
Text Example
White with #C2364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2364D; }
p { color: rgb(194,54,77); }
H1.HeaderClassName
{
color: #C2364D;
}
.AnyTagClassName
{
color: #C2364D;
}
</style>
background-color css
<style>
a { background-color: #C2364D; }
a { background-color: rgb(194,54,77); }
div.DivClassName
{
background-color: #C2364D;
}
.BgClassName
{
background-color: #C2364D;
}
</style>
border-color css
<style>
span { border-color: #C2364D; }
span { border-color: rgb(194,54,77); }
td.TdClassName
{
border-color: #C2364D;
}
.TagClassName
{
border-color: #C2364D;
}
</style>