Shades of Old Rose #C23259
Tints of Old Rose #C23259
RGB
CMYK
RGB Variations
Color information
#C23259 (or 0xC23259) is known color: Old Rose. HEX triplet: C2, 32 and 59. RGB value is (194,50,89). Sum of RGB (Red+Green+Blue) = 194+50+89=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C23259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23259 is #3DCDA6. Grayscale: #616161. Windows color (decimal): -4050343 or 5845698. OLE color: 5845698.
HSL color Cylindrical-coordinate representation of color #C23259: hue angle of 343.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23259 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 89 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.24 |
| HSL | 343.75º | 0.59% | 0.48% | - |
| HSV(B) | 343.75º | 0.74% | 0.76% | - |
| XYZ | 25.19 | 14.47 | 10.92 | - |
| YUV | 97.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 89 | 0 | 0.74 | 0.54 | 0.24 | 343.75 | 0.59 | 0.48 |
| Hex | C2 | 32 | 59 | 0 | 4A | 36 | 18 | 158 | 3B | 30 |
| Octal | 302 | 62 | 131 | 0 | 112 | 66 | 30 | 530 | 73 | 60 |
| Binary | 11000010 | 110010 | 1011001 | 0 | 1001010 | 110110 | 11000 | 101011000 | 111011 | 110000 |
Color Harmonies of #C23259
Complementary color
Monochromatic Colors of #C23259
Black with #C23259
Text Example
Text Example
White with #C23259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23259; }
p { color: rgb(194,50,89); }
H1.HeaderClassName
{
color: #C23259;
}
.AnyTagClassName
{
color: #C23259;
}
</style>
background-color css
<style>
a { background-color: #C23259; }
a { background-color: rgb(194,50,89); }
div.DivClassName
{
background-color: #C23259;
}
.BgClassName
{
background-color: #C23259;
}
</style>
border-color css
<style>
span { border-color: #C23259; }
span { border-color: rgb(194,50,89); }
td.TdClassName
{
border-color: #C23259;
}
.TagClassName
{
border-color: #C23259;
}
</style>