Shades of Old Rose #C2394D
Tints of Old Rose #C2394D
RGB
CMYK
RGB Variations
Color information
#C2394D (or 0xC2394D) is known color: Old Rose. HEX triplet: C2, 39 and 4D. RGB value is (194,57,77). Sum of RGB (Red+Green+Blue) = 194+57+77=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2394D is #3DC6B2. Grayscale: #646464. Windows color (decimal): -4048563 or 5061058. OLE color: 5061058.
HSL color Cylindrical-coordinate representation of color #C2394D: hue angle of 351.24º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2394D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 77 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.24 |
| HSL | 351.24º | 0.55% | 0.49% | - |
| HSV(B) | 351.24º | 0.71% | 0.76% | - |
| XYZ | 25.05 | 14.93 | 8.58 | - |
| YUV | 100.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 77 | 0 | 0.71 | 0.60 | 0.24 | 351.24 | 0.55 | 0.49 |
| Hex | C2 | 39 | 4D | 0 | 47 | 3C | 18 | 15F | 37 | 31 |
| Octal | 302 | 71 | 115 | 0 | 107 | 74 | 30 | 537 | 67 | 61 |
| Binary | 11000010 | 111001 | 1001101 | 0 | 1000111 | 111100 | 11000 | 101011111 | 110111 | 110001 |
Color Harmonies of #C2394D
Complementary color
Monochromatic Colors of #C2394D
Black with #C2394D
Text Example
Text Example
White with #C2394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2394D; }
p { color: rgb(194,57,77); }
H1.HeaderClassName
{
color: #C2394D;
}
.AnyTagClassName
{
color: #C2394D;
}
</style>
background-color css
<style>
a { background-color: #C2394D; }
a { background-color: rgb(194,57,77); }
div.DivClassName
{
background-color: #C2394D;
}
.BgClassName
{
background-color: #C2394D;
}
</style>
border-color css
<style>
span { border-color: #C2394D; }
span { border-color: rgb(194,57,77); }
td.TdClassName
{
border-color: #C2394D;
}
.TagClassName
{
border-color: #C2394D;
}
</style>