Shades of Old Rose #C13260
Tints of Old Rose #C13260
RGB
CMYK
RGB Variations
Color information
#C13260 (or 0xC13260) is known color: Old Rose. HEX triplet: C1, 32 and 60. RGB value is (193,50,96). Sum of RGB (Red+Green+Blue) = 193+50+96=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C13260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13260 is #3ECD9F. Grayscale: #616161. Windows color (decimal): -4115872 or 6304449. OLE color: 6304449.
HSL color Cylindrical-coordinate representation of color #C13260: hue angle of 340.7º 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 #C13260 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 96 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.24 |
| HSL | 340.7º | 0.59% | 0.48% | - |
| HSV(B) | 340.7º | 0.74% | 0.76% | - |
| XYZ | 25.24 | 14.46 | 12.53 | - |
| YUV | 98 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 96 | 0 | 0.74 | 0.50 | 0.24 | 340.7 | 0.59 | 0.48 |
| Hex | C1 | 32 | 60 | 0 | 4A | 32 | 18 | 155 | 3B | 30 |
| Octal | 301 | 62 | 140 | 0 | 112 | 62 | 30 | 525 | 73 | 60 |
| Binary | 11000001 | 110010 | 1100000 | 0 | 1001010 | 110010 | 11000 | 101010101 | 111011 | 110000 |
Color Harmonies of #C13260
Complementary color
Monochromatic Colors of #C13260
Black with #C13260
Text Example
Text Example
White with #C13260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13260; }
p { color: rgb(193,50,96); }
H1.HeaderClassName
{
color: #C13260;
}
.AnyTagClassName
{
color: #C13260;
}
</style>
background-color css
<style>
a { background-color: #C13260; }
a { background-color: rgb(193,50,96); }
div.DivClassName
{
background-color: #C13260;
}
.BgClassName
{
background-color: #C13260;
}
</style>
border-color css
<style>
span { border-color: #C13260; }
span { border-color: rgb(193,50,96); }
td.TdClassName
{
border-color: #C13260;
}
.TagClassName
{
border-color: #C13260;
}
</style>