Shades of Old Rose #C23F4E
Tints of Old Rose #C23F4E
RGB
CMYK
RGB Variations
Color information
#C23F4E (or 0xC23F4E) is known color: Old Rose. HEX triplet: C2, 3F and 4E. RGB value is (194,63,78). Sum of RGB (Red+Green+Blue) = 194+63+78=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F4E is #3DC0B1. Grayscale: #676767. Windows color (decimal): -4047026 or 5128130. OLE color: 5128130.
HSL color Cylindrical-coordinate representation of color #C23F4E: hue angle of 353.13º 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 #C23F4E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 78 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.24 |
| HSL | 353.13º | 0.52% | 0.5% | - |
| HSV(B) | 353.13º | 0.68% | 0.76% | - |
| XYZ | 25.4 | 15.57 | 8.88 | - |
| YUV | 103.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 78 | 0 | 0.68 | 0.60 | 0.24 | 353.13 | 0.52 | 0.5 |
| Hex | C2 | 3F | 4E | 0 | 44 | 3C | 18 | 161 | 34 | 32 |
| Octal | 302 | 77 | 116 | 0 | 104 | 74 | 30 | 541 | 64 | 62 |
| Binary | 11000010 | 111111 | 1001110 | 0 | 1000100 | 111100 | 11000 | 101100001 | 110100 | 110010 |
Color Harmonies of #C23F4E
Complementary color
Monochromatic Colors of #C23F4E
Black with #C23F4E
Text Example
Text Example
White with #C23F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F4E; }
p { color: rgb(194,63,78); }
H1.HeaderClassName
{
color: #C23F4E;
}
.AnyTagClassName
{
color: #C23F4E;
}
</style>
background-color css
<style>
a { background-color: #C23F4E; }
a { background-color: rgb(194,63,78); }
div.DivClassName
{
background-color: #C23F4E;
}
.BgClassName
{
background-color: #C23F4E;
}
</style>
border-color css
<style>
span { border-color: #C23F4E; }
span { border-color: rgb(194,63,78); }
td.TdClassName
{
border-color: #C23F4E;
}
.TagClassName
{
border-color: #C23F4E;
}
</style>