Shades of Old Rose #C23459
Tints of Old Rose #C23459
RGB
CMYK
RGB Variations
Color information
#C23459 (or 0xC23459) is known color: Old Rose. HEX triplet: C2, 34 and 59. RGB value is (194,52,89). Sum of RGB (Red+Green+Blue) = 194+52+89=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C23459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23459 is #3DCBA6. Grayscale: #626262. Windows color (decimal): -4049831 or 5846210. OLE color: 5846210.
HSL color Cylindrical-coordinate representation of color #C23459: hue angle of 344.37º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23459 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 89 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.24 |
| HSL | 344.37º | 0.58% | 0.48% | - |
| HSV(B) | 344.37º | 0.73% | 0.76% | - |
| XYZ | 25.28 | 14.65 | 10.95 | - |
| YUV | 98.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 89 | 0 | 0.73 | 0.54 | 0.24 | 344.37 | 0.58 | 0.48 |
| Hex | C2 | 34 | 59 | 0 | 49 | 36 | 18 | 158 | 3A | 30 |
| Octal | 302 | 64 | 131 | 0 | 111 | 66 | 30 | 530 | 72 | 60 |
| Binary | 11000010 | 110100 | 1011001 | 0 | 1001001 | 110110 | 11000 | 101011000 | 111010 | 110000 |
Color Harmonies of #C23459
Complementary color
Monochromatic Colors of #C23459
Black with #C23459
Text Example
Text Example
White with #C23459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23459; }
p { color: rgb(194,52,89); }
H1.HeaderClassName
{
color: #C23459;
}
.AnyTagClassName
{
color: #C23459;
}
</style>
background-color css
<style>
a { background-color: #C23459; }
a { background-color: rgb(194,52,89); }
div.DivClassName
{
background-color: #C23459;
}
.BgClassName
{
background-color: #C23459;
}
</style>
border-color css
<style>
span { border-color: #C23459; }
span { border-color: rgb(194,52,89); }
td.TdClassName
{
border-color: #C23459;
}
.TagClassName
{
border-color: #C23459;
}
</style>