Shades of Old Rose #C23C57
Tints of Old Rose #C23C57
RGB
CMYK
RGB Variations
Color information
#C23C57 (or 0xC23C57) is known color: Old Rose. HEX triplet: C2, 3C and 57. RGB value is (194,60,87). Sum of RGB (Red+Green+Blue) = 194+60+87=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C57 is #3DC3A8. Grayscale: #676767. Windows color (decimal): -4047785 or 5717186. OLE color: 5717186.
HSL color Cylindrical-coordinate representation of color #C23C57: hue angle of 347.91º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C57 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 87 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.24 |
| HSL | 347.91º | 0.53% | 0.5% | - |
| HSV(B) | 347.91º | 0.69% | 0.76% | - |
| XYZ | 25.58 | 15.39 | 10.64 | - |
| YUV | 103.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 87 | 0 | 0.69 | 0.55 | 0.24 | 347.91 | 0.53 | 0.5 |
| Hex | C2 | 3C | 57 | 0 | 45 | 37 | 18 | 15C | 35 | 32 |
| Octal | 302 | 74 | 127 | 0 | 105 | 67 | 30 | 534 | 65 | 62 |
| Binary | 11000010 | 111100 | 1010111 | 0 | 1000101 | 110111 | 11000 | 101011100 | 110101 | 110010 |
Color Harmonies of #C23C57
Complementary color
Monochromatic Colors of #C23C57
Black with #C23C57
Text Example
Text Example
White with #C23C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C57; }
p { color: rgb(194,60,87); }
H1.HeaderClassName
{
color: #C23C57;
}
.AnyTagClassName
{
color: #C23C57;
}
</style>
background-color css
<style>
a { background-color: #C23C57; }
a { background-color: rgb(194,60,87); }
div.DivClassName
{
background-color: #C23C57;
}
.BgClassName
{
background-color: #C23C57;
}
</style>
border-color css
<style>
span { border-color: #C23C57; }
span { border-color: rgb(194,60,87); }
td.TdClassName
{
border-color: #C23C57;
}
.TagClassName
{
border-color: #C23C57;
}
</style>