Shades of Old Rose #C23759
Tints of Old Rose #C23759
RGB
CMYK
RGB Variations
Color information
#C23759 (or 0xC23759) is known color: Old Rose. HEX triplet: C2, 37 and 59. RGB value is (194,55,89). Sum of RGB (Red+Green+Blue) = 194+55+89=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C23759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23759 is #3DC8A6. Grayscale: #646464. Windows color (decimal): -4049063 or 5846978. OLE color: 5846978.
HSL color Cylindrical-coordinate representation of color #C23759: hue angle of 345.32º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23759 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 89 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.24 |
| HSL | 345.32º | 0.56% | 0.49% | - |
| HSV(B) | 345.32º | 0.72% | 0.76% | - |
| XYZ | 25.42 | 14.92 | 10.99 | - |
| YUV | 100.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 89 | 0 | 0.72 | 0.54 | 0.24 | 345.32 | 0.56 | 0.49 |
| Hex | C2 | 37 | 59 | 0 | 48 | 36 | 18 | 159 | 38 | 31 |
| Octal | 302 | 67 | 131 | 0 | 110 | 66 | 30 | 531 | 70 | 61 |
| Binary | 11000010 | 110111 | 1011001 | 0 | 1001000 | 110110 | 11000 | 101011001 | 111000 | 110001 |
Color Harmonies of #C23759
Complementary color
Monochromatic Colors of #C23759
Black with #C23759
Text Example
Text Example
White with #C23759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23759; }
p { color: rgb(194,55,89); }
H1.HeaderClassName
{
color: #C23759;
}
.AnyTagClassName
{
color: #C23759;
}
</style>
background-color css
<style>
a { background-color: #C23759; }
a { background-color: rgb(194,55,89); }
div.DivClassName
{
background-color: #C23759;
}
.BgClassName
{
background-color: #C23759;
}
</style>
border-color css
<style>
span { border-color: #C23759; }
span { border-color: rgb(194,55,89); }
td.TdClassName
{
border-color: #C23759;
}
.TagClassName
{
border-color: #C23759;
}
</style>