Shades of Old Rose #C23159
Tints of Old Rose #C23159
RGB
CMYK
RGB Variations
Color information
#C23159 (or 0xC23159) is known color: Old Rose. HEX triplet: C2, 31 and 59. RGB value is (194,49,89). Sum of RGB (Red+Green+Blue) = 194+49+89=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C23159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23159 is #3DCEA6. Grayscale: #606060. Windows color (decimal): -4050599 or 5845442. OLE color: 5845442.
HSL color Cylindrical-coordinate representation of color #C23159: hue angle of 343.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23159 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 89 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.24 |
| HSL | 343.45º | 0.6% | 0.48% | - |
| HSV(B) | 343.45º | 0.75% | 0.76% | - |
| XYZ | 25.15 | 14.39 | 10.9 | - |
| YUV | 96.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 89 | 0 | 0.75 | 0.54 | 0.24 | 343.45 | 0.6 | 0.48 |
| Hex | C2 | 31 | 59 | 0 | 4B | 36 | 18 | 157 | 3C | 30 |
| Octal | 302 | 61 | 131 | 0 | 113 | 66 | 30 | 527 | 74 | 60 |
| Binary | 11000010 | 110001 | 1011001 | 0 | 1001011 | 110110 | 11000 | 101010111 | 111100 | 110000 |
Color Harmonies of #C23159
Complementary color
Monochromatic Colors of #C23159
Black with #C23159
Text Example
Text Example
White with #C23159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23159; }
p { color: rgb(194,49,89); }
H1.HeaderClassName
{
color: #C23159;
}
.AnyTagClassName
{
color: #C23159;
}
</style>
background-color css
<style>
a { background-color: #C23159; }
a { background-color: rgb(194,49,89); }
div.DivClassName
{
background-color: #C23159;
}
.BgClassName
{
background-color: #C23159;
}
</style>
border-color css
<style>
span { border-color: #C23159; }
span { border-color: rgb(194,49,89); }
td.TdClassName
{
border-color: #C23159;
}
.TagClassName
{
border-color: #C23159;
}
</style>