Shades of Old Rose #C23C4E
Tints of Old Rose #C23C4E
RGB
CMYK
RGB Variations
Color information
#C23C4E (or 0xC23C4E) is known color: Old Rose. HEX triplet: C2, 3C and 4E. RGB value is (194,60,78). Sum of RGB (Red+Green+Blue) = 194+60+78=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C4E is #3DC3B1. Grayscale: #666666. Windows color (decimal): -4047794 or 5127362. OLE color: 5127362.
HSL color Cylindrical-coordinate representation of color #C23C4E: hue angle of 351.94º 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 #C23C4E is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 78 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.24 |
| HSL | 351.94º | 0.53% | 0.5% | - |
| HSV(B) | 351.94º | 0.69% | 0.76% | - |
| XYZ | 25.24 | 15.25 | 8.82 | - |
| YUV | 102.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 78 | 0 | 0.69 | 0.60 | 0.24 | 351.94 | 0.53 | 0.5 |
| Hex | C2 | 3C | 4E | 0 | 45 | 3C | 18 | 160 | 35 | 32 |
| Octal | 302 | 74 | 116 | 0 | 105 | 74 | 30 | 540 | 65 | 62 |
| Binary | 11000010 | 111100 | 1001110 | 0 | 1000101 | 111100 | 11000 | 101100000 | 110101 | 110010 |
Color Harmonies of #C23C4E
Complementary color
Monochromatic Colors of #C23C4E
Black with #C23C4E
Text Example
Text Example
White with #C23C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C4E; }
p { color: rgb(194,60,78); }
H1.HeaderClassName
{
color: #C23C4E;
}
.AnyTagClassName
{
color: #C23C4E;
}
</style>
background-color css
<style>
a { background-color: #C23C4E; }
a { background-color: rgb(194,60,78); }
div.DivClassName
{
background-color: #C23C4E;
}
.BgClassName
{
background-color: #C23C4E;
}
</style>
border-color css
<style>
span { border-color: #C23C4E; }
span { border-color: rgb(194,60,78); }
td.TdClassName
{
border-color: #C23C4E;
}
.TagClassName
{
border-color: #C23C4E;
}
</style>