Shades of Old Rose #C2394E
Tints of Old Rose #C2394E
RGB
CMYK
RGB Variations
Color information
#C2394E (or 0xC2394E) is known color: Old Rose. HEX triplet: C2, 39 and 4E. RGB value is (194,57,78). Sum of RGB (Red+Green+Blue) = 194+57+78=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C2394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2394E is #3DC6B1. Grayscale: #646464. Windows color (decimal): -4048562 or 5126594. OLE color: 5126594.
HSL color Cylindrical-coordinate representation of color #C2394E: hue angle of 350.8º 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 #C2394E is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 78 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.24 |
| HSL | 350.8º | 0.55% | 0.49% | - |
| HSV(B) | 350.8º | 0.71% | 0.76% | - |
| XYZ | 25.09 | 14.95 | 8.77 | - |
| YUV | 100.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 78 | 0 | 0.71 | 0.60 | 0.24 | 350.8 | 0.55 | 0.49 |
| Hex | C2 | 39 | 4E | 0 | 47 | 3C | 18 | 15F | 37 | 31 |
| Octal | 302 | 71 | 116 | 0 | 107 | 74 | 30 | 537 | 67 | 61 |
| Binary | 11000010 | 111001 | 1001110 | 0 | 1000111 | 111100 | 11000 | 101011111 | 110111 | 110001 |
Color Harmonies of #C2394E
Complementary color
Monochromatic Colors of #C2394E
Black with #C2394E
Text Example
Text Example
White with #C2394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2394E; }
p { color: rgb(194,57,78); }
H1.HeaderClassName
{
color: #C2394E;
}
.AnyTagClassName
{
color: #C2394E;
}
</style>
background-color css
<style>
a { background-color: #C2394E; }
a { background-color: rgb(194,57,78); }
div.DivClassName
{
background-color: #C2394E;
}
.BgClassName
{
background-color: #C2394E;
}
</style>
border-color css
<style>
span { border-color: #C2394E; }
span { border-color: rgb(194,57,78); }
td.TdClassName
{
border-color: #C2394E;
}
.TagClassName
{
border-color: #C2394E;
}
</style>