Shades of Old Rose #C2394C
Tints of Old Rose #C2394C
RGB
CMYK
RGB Variations
Color information
#C2394C (or 0xC2394C) is known color: Old Rose. HEX triplet: C2, 39 and 4C. RGB value is (194,57,76). Sum of RGB (Red+Green+Blue) = 194+57+76=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2394C is #3DC6B3. Grayscale: #646464. Windows color (decimal): -4048564 or 4995522. OLE color: 4995522.
HSL color Cylindrical-coordinate representation of color #C2394C: hue angle of 351.68º 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 #C2394C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 76 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.24 |
| HSL | 351.68º | 0.55% | 0.49% | - |
| HSV(B) | 351.68º | 0.71% | 0.76% | - |
| XYZ | 25.02 | 14.92 | 8.4 | - |
| YUV | 100.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 76 | 0 | 0.71 | 0.61 | 0.24 | 351.68 | 0.55 | 0.49 |
| Hex | C2 | 39 | 4C | 0 | 47 | 3D | 18 | 160 | 37 | 31 |
| Octal | 302 | 71 | 114 | 0 | 107 | 75 | 30 | 540 | 67 | 61 |
| Binary | 11000010 | 111001 | 1001100 | 0 | 1000111 | 111101 | 11000 | 101100000 | 110111 | 110001 |
Color Harmonies of #C2394C
Complementary color
Monochromatic Colors of #C2394C
Black with #C2394C
Text Example
Text Example
White with #C2394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2394C; }
p { color: rgb(194,57,76); }
H1.HeaderClassName
{
color: #C2394C;
}
.AnyTagClassName
{
color: #C2394C;
}
</style>
background-color css
<style>
a { background-color: #C2394C; }
a { background-color: rgb(194,57,76); }
div.DivClassName
{
background-color: #C2394C;
}
.BgClassName
{
background-color: #C2394C;
}
</style>
border-color css
<style>
span { border-color: #C2394C; }
span { border-color: rgb(194,57,76); }
td.TdClassName
{
border-color: #C2394C;
}
.TagClassName
{
border-color: #C2394C;
}
</style>