Shades of Old Rose #C23F4D
Tints of Old Rose #C23F4D
RGB
CMYK
RGB Variations
Color information
#C23F4D (or 0xC23F4D) is known color: Old Rose. HEX triplet: C2, 3F and 4D. RGB value is (194,63,77). Sum of RGB (Red+Green+Blue) = 194+63+77=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F4D is #3DC0B2. Grayscale: #676767. Windows color (decimal): -4047027 or 5062594. OLE color: 5062594.
HSL color Cylindrical-coordinate representation of color #C23F4D: hue angle of 353.59º 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 #C23F4D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 77 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.24 |
| HSL | 353.59º | 0.52% | 0.5% | - |
| HSV(B) | 353.59º | 0.68% | 0.76% | - |
| XYZ | 25.37 | 15.56 | 8.69 | - |
| YUV | 103.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 77 | 0 | 0.68 | 0.60 | 0.24 | 353.59 | 0.52 | 0.5 |
| Hex | C2 | 3F | 4D | 0 | 44 | 3C | 18 | 162 | 34 | 32 |
| Octal | 302 | 77 | 115 | 0 | 104 | 74 | 30 | 542 | 64 | 62 |
| Binary | 11000010 | 111111 | 1001101 | 0 | 1000100 | 111100 | 11000 | 101100010 | 110100 | 110010 |
Color Harmonies of #C23F4D
Complementary color
Monochromatic Colors of #C23F4D
Black with #C23F4D
Text Example
Text Example
White with #C23F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F4D; }
p { color: rgb(194,63,77); }
H1.HeaderClassName
{
color: #C23F4D;
}
.AnyTagClassName
{
color: #C23F4D;
}
</style>
background-color css
<style>
a { background-color: #C23F4D; }
a { background-color: rgb(194,63,77); }
div.DivClassName
{
background-color: #C23F4D;
}
.BgClassName
{
background-color: #C23F4D;
}
</style>
border-color css
<style>
span { border-color: #C23F4D; }
span { border-color: rgb(194,63,77); }
td.TdClassName
{
border-color: #C23F4D;
}
.TagClassName
{
border-color: #C23F4D;
}
</style>