Shades of Old Rose #C23E59
Tints of Old Rose #C23E59
RGB
CMYK
RGB Variations
Color information
#C23E59 (or 0xC23E59) is known color: Old Rose. HEX triplet: C2, 3E and 59. RGB value is (194,62,89). Sum of RGB (Red+Green+Blue) = 194+62+89=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E59 is #3DC1A6. Grayscale: #686868. Windows color (decimal): -4047271 or 5848770. OLE color: 5848770.
HSL color Cylindrical-coordinate representation of color #C23E59: hue angle of 347.73º 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 #C23E59 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 89 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.24 |
| HSL | 347.73º | 0.52% | 0.5% | - |
| HSV(B) | 347.73º | 0.68% | 0.76% | - |
| XYZ | 25.77 | 15.64 | 11.11 | - |
| YUV | 104.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 89 | 0 | 0.68 | 0.54 | 0.24 | 347.73 | 0.52 | 0.5 |
| Hex | C2 | 3E | 59 | 0 | 44 | 36 | 18 | 15C | 34 | 32 |
| Octal | 302 | 76 | 131 | 0 | 104 | 66 | 30 | 534 | 64 | 62 |
| Binary | 11000010 | 111110 | 1011001 | 0 | 1000100 | 110110 | 11000 | 101011100 | 110100 | 110010 |
Color Harmonies of #C23E59
Complementary color
Monochromatic Colors of #C23E59
Black with #C23E59
Text Example
Text Example
White with #C23E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E59; }
p { color: rgb(194,62,89); }
H1.HeaderClassName
{
color: #C23E59;
}
.AnyTagClassName
{
color: #C23E59;
}
</style>
background-color css
<style>
a { background-color: #C23E59; }
a { background-color: rgb(194,62,89); }
div.DivClassName
{
background-color: #C23E59;
}
.BgClassName
{
background-color: #C23E59;
}
</style>
border-color css
<style>
span { border-color: #C23E59; }
span { border-color: rgb(194,62,89); }
td.TdClassName
{
border-color: #C23E59;
}
.TagClassName
{
border-color: #C23E59;
}
</style>