Shades of Old Rose #C23C51
Tints of Old Rose #C23C51
RGB
CMYK
RGB Variations
Color information
#C23C51 (or 0xC23C51) is known color: Old Rose. HEX triplet: C2, 3C and 51. RGB value is (194,60,81). Sum of RGB (Red+Green+Blue) = 194+60+81=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C51 is #3DC3AE. Grayscale: #666666. Windows color (decimal): -4047791 or 5323970. OLE color: 5323970.
HSL color Cylindrical-coordinate representation of color #C23C51: hue angle of 350.6º 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 #C23C51 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 81 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.24 |
| HSL | 350.6º | 0.53% | 0.5% | - |
| HSV(B) | 350.6º | 0.69% | 0.76% | - |
| XYZ | 25.35 | 15.3 | 9.4 | - |
| YUV | 102.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 81 | 0 | 0.69 | 0.58 | 0.24 | 350.6 | 0.53 | 0.5 |
| Hex | C2 | 3C | 51 | 0 | 45 | 3A | 18 | 15F | 35 | 32 |
| Octal | 302 | 74 | 121 | 0 | 105 | 72 | 30 | 537 | 65 | 62 |
| Binary | 11000010 | 111100 | 1010001 | 0 | 1000101 | 111010 | 11000 | 101011111 | 110101 | 110010 |
Color Harmonies of #C23C51
Complementary color
Monochromatic Colors of #C23C51
Black with #C23C51
Text Example
Text Example
White with #C23C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C51; }
p { color: rgb(194,60,81); }
H1.HeaderClassName
{
color: #C23C51;
}
.AnyTagClassName
{
color: #C23C51;
}
</style>
background-color css
<style>
a { background-color: #C23C51; }
a { background-color: rgb(194,60,81); }
div.DivClassName
{
background-color: #C23C51;
}
.BgClassName
{
background-color: #C23C51;
}
</style>
border-color css
<style>
span { border-color: #C23C51; }
span { border-color: rgb(194,60,81); }
td.TdClassName
{
border-color: #C23C51;
}
.TagClassName
{
border-color: #C23C51;
}
</style>