Shades of Old Rose #C13459
Tints of Old Rose #C13459
RGB
CMYK
RGB Variations
Color information
#C13459 (or 0xC13459) is known color: Old Rose. HEX triplet: C1, 34 and 59. RGB value is (193,52,89). Sum of RGB (Red+Green+Blue) = 193+52+89=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C13459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13459 is #3ECBA6. Grayscale: #626262. Windows color (decimal): -4115367 or 5846209. OLE color: 5846209.
HSL color Cylindrical-coordinate representation of color #C13459: hue angle of 344.26º 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 #C13459 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 89 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.24 |
| HSL | 344.26º | 0.58% | 0.48% | - |
| HSV(B) | 344.26º | 0.73% | 0.76% | - |
| XYZ | 25.02 | 14.51 | 10.93 | - |
| YUV | 98.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 89 | 0 | 0.73 | 0.54 | 0.24 | 344.26 | 0.58 | 0.48 |
| Hex | C1 | 34 | 59 | 0 | 49 | 36 | 18 | 158 | 3A | 30 |
| Octal | 301 | 64 | 131 | 0 | 111 | 66 | 30 | 530 | 72 | 60 |
| Binary | 11000001 | 110100 | 1011001 | 0 | 1001001 | 110110 | 11000 | 101011000 | 111010 | 110000 |
Color Harmonies of #C13459
Complementary color
Monochromatic Colors of #C13459
Black with #C13459
Text Example
Text Example
White with #C13459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13459; }
p { color: rgb(193,52,89); }
H1.HeaderClassName
{
color: #C13459;
}
.AnyTagClassName
{
color: #C13459;
}
</style>
background-color css
<style>
a { background-color: #C13459; }
a { background-color: rgb(193,52,89); }
div.DivClassName
{
background-color: #C13459;
}
.BgClassName
{
background-color: #C13459;
}
</style>
border-color css
<style>
span { border-color: #C13459; }
span { border-color: rgb(193,52,89); }
td.TdClassName
{
border-color: #C13459;
}
.TagClassName
{
border-color: #C13459;
}
</style>