Shades of Old Rose #C13B57
Tints of Old Rose #C13B57
RGB
CMYK
RGB Variations
Color information
#C13B57 (or 0xC13B57) is known color: Old Rose. HEX triplet: C1, 3B and 57. RGB value is (193,59,87). Sum of RGB (Red+Green+Blue) = 193+59+87=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B57 is #3EC4A8. Grayscale: #666666. Windows color (decimal): -4113577 or 5716929. OLE color: 5716929.
HSL color Cylindrical-coordinate representation of color #C13B57: hue angle of 347.46º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B57 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 87 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.24 |
| HSL | 347.46º | 0.53% | 0.49% | - |
| HSV(B) | 347.46º | 0.69% | 0.76% | - |
| XYZ | 25.28 | 15.15 | 10.61 | - |
| YUV | 102.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 87 | 0 | 0.69 | 0.55 | 0.24 | 347.46 | 0.53 | 0.49 |
| Hex | C1 | 3B | 57 | 0 | 45 | 37 | 18 | 15B | 35 | 31 |
| Octal | 301 | 73 | 127 | 0 | 105 | 67 | 30 | 533 | 65 | 61 |
| Binary | 11000001 | 111011 | 1010111 | 0 | 1000101 | 110111 | 11000 | 101011011 | 110101 | 110001 |
Color Harmonies of #C13B57
Complementary color
Monochromatic Colors of #C13B57
Black with #C13B57
Text Example
Text Example
White with #C13B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B57; }
p { color: rgb(193,59,87); }
H1.HeaderClassName
{
color: #C13B57;
}
.AnyTagClassName
{
color: #C13B57;
}
</style>
background-color css
<style>
a { background-color: #C13B57; }
a { background-color: rgb(193,59,87); }
div.DivClassName
{
background-color: #C13B57;
}
.BgClassName
{
background-color: #C13B57;
}
</style>
border-color css
<style>
span { border-color: #C13B57; }
span { border-color: rgb(193,59,87); }
td.TdClassName
{
border-color: #C13B57;
}
.TagClassName
{
border-color: #C13B57;
}
</style>