Shades of Old Rose #C23B5D
Tints of Old Rose #C23B5D
RGB
CMYK
RGB Variations
Color information
#C23B5D (or 0xC23B5D) is known color: Old Rose. HEX triplet: C2, 3B and 5D. RGB value is (194,59,93). Sum of RGB (Red+Green+Blue) = 194+59+93=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B5D is #3DC4A2. Grayscale: #676767. Windows color (decimal): -4048035 or 6110146. OLE color: 6110146.
HSL color Cylindrical-coordinate representation of color #C23B5D: hue angle of 344.89º 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 #C23B5D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 93 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.24 |
| HSL | 344.89º | 0.53% | 0.5% | - |
| HSV(B) | 344.89º | 0.7% | 0.76% | - |
| XYZ | 25.79 | 15.39 | 11.97 | - |
| YUV | 103.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 93 | 0 | 0.70 | 0.52 | 0.24 | 344.89 | 0.53 | 0.5 |
| Hex | C2 | 3B | 5D | 0 | 46 | 34 | 18 | 159 | 35 | 32 |
| Octal | 302 | 73 | 135 | 0 | 106 | 64 | 30 | 531 | 65 | 62 |
| Binary | 11000010 | 111011 | 1011101 | 0 | 1000110 | 110100 | 11000 | 101011001 | 110101 | 110010 |
Color Harmonies of #C23B5D
Complementary color
Monochromatic Colors of #C23B5D
Black with #C23B5D
Text Example
Text Example
White with #C23B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B5D; }
p { color: rgb(194,59,93); }
H1.HeaderClassName
{
color: #C23B5D;
}
.AnyTagClassName
{
color: #C23B5D;
}
</style>
background-color css
<style>
a { background-color: #C23B5D; }
a { background-color: rgb(194,59,93); }
div.DivClassName
{
background-color: #C23B5D;
}
.BgClassName
{
background-color: #C23B5D;
}
</style>
border-color css
<style>
span { border-color: #C23B5D; }
span { border-color: rgb(194,59,93); }
td.TdClassName
{
border-color: #C23B5D;
}
.TagClassName
{
border-color: #C23B5D;
}
</style>