Shades of Old Rose #C23F57
Tints of Old Rose #C23F57
RGB
CMYK
RGB Variations
Color information
#C23F57 (or 0xC23F57) is known color: Old Rose. HEX triplet: C2, 3F and 57. RGB value is (194,63,87). Sum of RGB (Red+Green+Blue) = 194+63+87=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F57 is #3DC0A8. Grayscale: #686868. Windows color (decimal): -4047017 or 5717954. OLE color: 5717954.
HSL color Cylindrical-coordinate representation of color #C23F57: hue angle of 349.01º 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 #C23F57 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 87 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.24 |
| HSL | 349.01º | 0.52% | 0.5% | - |
| HSV(B) | 349.01º | 0.68% | 0.76% | - |
| XYZ | 25.75 | 15.71 | 10.69 | - |
| YUV | 104.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 87 | 0 | 0.68 | 0.55 | 0.24 | 349.01 | 0.52 | 0.5 |
| Hex | C2 | 3F | 57 | 0 | 44 | 37 | 18 | 15D | 34 | 32 |
| Octal | 302 | 77 | 127 | 0 | 104 | 67 | 30 | 535 | 64 | 62 |
| Binary | 11000010 | 111111 | 1010111 | 0 | 1000100 | 110111 | 11000 | 101011101 | 110100 | 110010 |
Color Harmonies of #C23F57
Complementary color
Monochromatic Colors of #C23F57
Black with #C23F57
Text Example
Text Example
White with #C23F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F57; }
p { color: rgb(194,63,87); }
H1.HeaderClassName
{
color: #C23F57;
}
.AnyTagClassName
{
color: #C23F57;
}
</style>
background-color css
<style>
a { background-color: #C23F57; }
a { background-color: rgb(194,63,87); }
div.DivClassName
{
background-color: #C23F57;
}
.BgClassName
{
background-color: #C23F57;
}
</style>
border-color css
<style>
span { border-color: #C23F57; }
span { border-color: rgb(194,63,87); }
td.TdClassName
{
border-color: #C23F57;
}
.TagClassName
{
border-color: #C23F57;
}
</style>