Shades of Old Rose #C23B4D
Tints of Old Rose #C23B4D
RGB
CMYK
RGB Variations
Color information
#C23B4D (or 0xC23B4D) is known color: Old Rose. HEX triplet: C2, 3B and 4D. RGB value is (194,59,77). Sum of RGB (Red+Green+Blue) = 194+59+77=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B4D is #3DC4B2. Grayscale: #656565. Windows color (decimal): -4048051 or 5061570. OLE color: 5061570.
HSL color Cylindrical-coordinate representation of color #C23B4D: hue angle of 352º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B4D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 77 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.24 |
| HSL | 352º | 0.53% | 0.5% | - |
| HSV(B) | 352º | 0.7% | 0.76% | - |
| XYZ | 25.15 | 15.13 | 8.62 | - |
| YUV | 101.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 77 | 0 | 0.70 | 0.60 | 0.24 | 352 | 0.53 | 0.5 |
| Hex | C2 | 3B | 4D | 0 | 46 | 3C | 18 | 160 | 35 | 32 |
| Octal | 302 | 73 | 115 | 0 | 106 | 74 | 30 | 540 | 65 | 62 |
| Binary | 11000010 | 111011 | 1001101 | 0 | 1000110 | 111100 | 11000 | 101100000 | 110101 | 110010 |
Color Harmonies of #C23B4D
Complementary color
Monochromatic Colors of #C23B4D
Black with #C23B4D
Text Example
Text Example
White with #C23B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B4D; }
p { color: rgb(194,59,77); }
H1.HeaderClassName
{
color: #C23B4D;
}
.AnyTagClassName
{
color: #C23B4D;
}
</style>
background-color css
<style>
a { background-color: #C23B4D; }
a { background-color: rgb(194,59,77); }
div.DivClassName
{
background-color: #C23B4D;
}
.BgClassName
{
background-color: #C23B4D;
}
</style>
border-color css
<style>
span { border-color: #C23B4D; }
span { border-color: rgb(194,59,77); }
td.TdClassName
{
border-color: #C23B4D;
}
.TagClassName
{
border-color: #C23B4D;
}
</style>