Shades of Old Rose #C13259
Tints of Old Rose #C13259
RGB
CMYK
RGB Variations
Color information
#C13259 (or 0xC13259) is known color: Old Rose. HEX triplet: C1, 32 and 59. RGB value is (193,50,89). Sum of RGB (Red+Green+Blue) = 193+50+89=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C13259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13259 is #3ECDA6. Grayscale: #616161. Windows color (decimal): -4115879 or 5845697. OLE color: 5845697.
HSL color Cylindrical-coordinate representation of color #C13259: hue angle of 343.64º 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 #C13259 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 89 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.24 |
| HSL | 343.64º | 0.59% | 0.48% | - |
| HSV(B) | 343.64º | 0.74% | 0.76% | - |
| XYZ | 24.94 | 14.34 | 10.9 | - |
| YUV | 97.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 89 | 0 | 0.74 | 0.54 | 0.24 | 343.64 | 0.59 | 0.48 |
| Hex | C1 | 32 | 59 | 0 | 4A | 36 | 18 | 158 | 3B | 30 |
| Octal | 301 | 62 | 131 | 0 | 112 | 66 | 30 | 530 | 73 | 60 |
| Binary | 11000001 | 110010 | 1011001 | 0 | 1001010 | 110110 | 11000 | 101011000 | 111011 | 110000 |
Color Harmonies of #C13259
Complementary color
Monochromatic Colors of #C13259
Black with #C13259
Text Example
Text Example
White with #C13259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13259; }
p { color: rgb(193,50,89); }
H1.HeaderClassName
{
color: #C13259;
}
.AnyTagClassName
{
color: #C13259;
}
</style>
background-color css
<style>
a { background-color: #C13259; }
a { background-color: rgb(193,50,89); }
div.DivClassName
{
background-color: #C13259;
}
.BgClassName
{
background-color: #C13259;
}
</style>
border-color css
<style>
span { border-color: #C13259; }
span { border-color: rgb(193,50,89); }
td.TdClassName
{
border-color: #C13259;
}
.TagClassName
{
border-color: #C13259;
}
</style>