Shades of Old Rose #C23751
Tints of Old Rose #C23751
RGB
CMYK
RGB Variations
Color information
#C23751 (or 0xC23751) is known color: Old Rose. HEX triplet: C2, 37 and 51. RGB value is (194,55,81). Sum of RGB (Red+Green+Blue) = 194+55+81=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23751 is #3DC8AE. Grayscale: #636363. Windows color (decimal): -4049071 or 5322690. OLE color: 5322690.
HSL color Cylindrical-coordinate representation of color #C23751: hue angle of 348.78º 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 #C23751 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 81 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.24 |
| HSL | 348.78º | 0.56% | 0.49% | - |
| HSV(B) | 348.78º | 0.72% | 0.76% | - |
| XYZ | 25.1 | 14.8 | 9.32 | - |
| YUV | 99.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 81 | 0 | 0.72 | 0.58 | 0.24 | 348.78 | 0.56 | 0.49 |
| Hex | C2 | 37 | 51 | 0 | 48 | 3A | 18 | 15D | 38 | 31 |
| Octal | 302 | 67 | 121 | 0 | 110 | 72 | 30 | 535 | 70 | 61 |
| Binary | 11000010 | 110111 | 1010001 | 0 | 1001000 | 111010 | 11000 | 101011101 | 111000 | 110001 |
Color Harmonies of #C23751
Complementary color
Monochromatic Colors of #C23751
Black with #C23751
Text Example
Text Example
White with #C23751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23751; }
p { color: rgb(194,55,81); }
H1.HeaderClassName
{
color: #C23751;
}
.AnyTagClassName
{
color: #C23751;
}
</style>
background-color css
<style>
a { background-color: #C23751; }
a { background-color: rgb(194,55,81); }
div.DivClassName
{
background-color: #C23751;
}
.BgClassName
{
background-color: #C23751;
}
</style>
border-color css
<style>
span { border-color: #C23751; }
span { border-color: rgb(194,55,81); }
td.TdClassName
{
border-color: #C23751;
}
.TagClassName
{
border-color: #C23751;
}
</style>