Shades of Old Rose #C2345D
Tints of Old Rose #C2345D
RGB
CMYK
RGB Variations
Color information
#C2345D (or 0xC2345D) is known color: Old Rose. HEX triplet: C2, 34 and 5D. RGB value is (194,52,93). Sum of RGB (Red+Green+Blue) = 194+52+93=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2345D is #3DCBA2. Grayscale: #636363. Windows color (decimal): -4049827 or 6108354. OLE color: 6108354.
HSL color Cylindrical-coordinate representation of color #C2345D: hue angle of 342.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2345D is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 93 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.24 |
| HSL | 342.68º | 0.58% | 0.48% | - |
| HSV(B) | 342.68º | 0.73% | 0.76% | - |
| XYZ | 25.45 | 14.72 | 11.85 | - |
| YUV | 99.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 93 | 0 | 0.73 | 0.52 | 0.24 | 342.68 | 0.58 | 0.48 |
| Hex | C2 | 34 | 5D | 0 | 49 | 34 | 18 | 157 | 3A | 30 |
| Octal | 302 | 64 | 135 | 0 | 111 | 64 | 30 | 527 | 72 | 60 |
| Binary | 11000010 | 110100 | 1011101 | 0 | 1001001 | 110100 | 11000 | 101010111 | 111010 | 110000 |
Color Harmonies of #C2345D
Complementary color
Monochromatic Colors of #C2345D
Black with #C2345D
Text Example
Text Example
White with #C2345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2345D; }
p { color: rgb(194,52,93); }
H1.HeaderClassName
{
color: #C2345D;
}
.AnyTagClassName
{
color: #C2345D;
}
</style>
background-color css
<style>
a { background-color: #C2345D; }
a { background-color: rgb(194,52,93); }
div.DivClassName
{
background-color: #C2345D;
}
.BgClassName
{
background-color: #C2345D;
}
</style>
border-color css
<style>
span { border-color: #C2345D; }
span { border-color: rgb(194,52,93); }
td.TdClassName
{
border-color: #C2345D;
}
.TagClassName
{
border-color: #C2345D;
}
</style>