Shades of Old Rose #C23E5D
Tints of Old Rose #C23E5D
RGB
CMYK
RGB Variations
Color information
#C23E5D (or 0xC23E5D) is known color: Old Rose. HEX triplet: C2, 3E and 5D. RGB value is (194,62,93). Sum of RGB (Red+Green+Blue) = 194+62+93=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E5D is #3DC1A2. Grayscale: #696969. Windows color (decimal): -4047267 or 6110914. OLE color: 6110914.
HSL color Cylindrical-coordinate representation of color #C23E5D: hue angle of 345.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23E5D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 93 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.24 |
| HSL | 345.91º | 0.52% | 0.5% | - |
| HSV(B) | 345.91º | 0.68% | 0.76% | - |
| XYZ | 25.95 | 15.7 | 12.02 | - |
| YUV | 105 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 93 | 0 | 0.68 | 0.52 | 0.24 | 345.91 | 0.52 | 0.5 |
| Hex | C2 | 3E | 5D | 0 | 44 | 34 | 18 | 15A | 34 | 32 |
| Octal | 302 | 76 | 135 | 0 | 104 | 64 | 30 | 532 | 64 | 62 |
| Binary | 11000010 | 111110 | 1011101 | 0 | 1000100 | 110100 | 11000 | 101011010 | 110100 | 110010 |
Color Harmonies of #C23E5D
Complementary color
Monochromatic Colors of #C23E5D
Black with #C23E5D
Text Example
Text Example
White with #C23E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E5D; }
p { color: rgb(194,62,93); }
H1.HeaderClassName
{
color: #C23E5D;
}
.AnyTagClassName
{
color: #C23E5D;
}
</style>
background-color css
<style>
a { background-color: #C23E5D; }
a { background-color: rgb(194,62,93); }
div.DivClassName
{
background-color: #C23E5D;
}
.BgClassName
{
background-color: #C23E5D;
}
</style>
border-color css
<style>
span { border-color: #C23E5D; }
span { border-color: rgb(194,62,93); }
td.TdClassName
{
border-color: #C23E5D;
}
.TagClassName
{
border-color: #C23E5D;
}
</style>