Shades of Old Rose #C23B5B
Tints of Old Rose #C23B5B
RGB
CMYK
RGB Variations
Color information
#C23B5B (or 0xC23B5B) is known color: Old Rose. HEX triplet: C2, 3B and 5B. RGB value is (194,59,91). Sum of RGB (Red+Green+Blue) = 194+59+91=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B5B is #3DC4A4. Grayscale: #676767. Windows color (decimal): -4048037 or 5979074. OLE color: 5979074.
HSL color Cylindrical-coordinate representation of color #C23B5B: hue angle of 345.78º 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 #C23B5B is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 91 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.24 |
| HSL | 345.78º | 0.53% | 0.5% | - |
| HSV(B) | 345.78º | 0.7% | 0.76% | - |
| XYZ | 25.7 | 15.35 | 11.51 | - |
| YUV | 103.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 91 | 0 | 0.70 | 0.53 | 0.24 | 345.78 | 0.53 | 0.5 |
| Hex | C2 | 3B | 5B | 0 | 46 | 35 | 18 | 15A | 35 | 32 |
| Octal | 302 | 73 | 133 | 0 | 106 | 65 | 30 | 532 | 65 | 62 |
| Binary | 11000010 | 111011 | 1011011 | 0 | 1000110 | 110101 | 11000 | 101011010 | 110101 | 110010 |
Color Harmonies of #C23B5B
Complementary color
Monochromatic Colors of #C23B5B
Black with #C23B5B
Text Example
Text Example
White with #C23B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B5B; }
p { color: rgb(194,59,91); }
H1.HeaderClassName
{
color: #C23B5B;
}
.AnyTagClassName
{
color: #C23B5B;
}
</style>
background-color css
<style>
a { background-color: #C23B5B; }
a { background-color: rgb(194,59,91); }
div.DivClassName
{
background-color: #C23B5B;
}
.BgClassName
{
background-color: #C23B5B;
}
</style>
border-color css
<style>
span { border-color: #C23B5B; }
span { border-color: rgb(194,59,91); }
td.TdClassName
{
border-color: #C23B5B;
}
.TagClassName
{
border-color: #C23B5B;
}
</style>