Shades of Old Rose #C13D57
Tints of Old Rose #C13D57
RGB
CMYK
RGB Variations
Color information
#C13D57 (or 0xC13D57) is known color: Old Rose. HEX triplet: C1, 3D and 57. RGB value is (193,61,87). Sum of RGB (Red+Green+Blue) = 193+61+87=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D57 is #3EC2A8. Grayscale: #676767. Windows color (decimal): -4113065 or 5717441. OLE color: 5717441.
HSL color Cylindrical-coordinate representation of color #C13D57: hue angle of 348.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D57 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 87 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.24 |
| HSL | 348.18º | 0.52% | 0.5% | - |
| HSV(B) | 348.18º | 0.68% | 0.76% | - |
| XYZ | 25.38 | 15.36 | 10.64 | - |
| YUV | 103.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 87 | 0 | 0.68 | 0.55 | 0.24 | 348.18 | 0.52 | 0.5 |
| Hex | C1 | 3D | 57 | 0 | 44 | 37 | 18 | 15C | 34 | 32 |
| Octal | 301 | 75 | 127 | 0 | 104 | 67 | 30 | 534 | 64 | 62 |
| Binary | 11000001 | 111101 | 1010111 | 0 | 1000100 | 110111 | 11000 | 101011100 | 110100 | 110010 |
Color Harmonies of #C13D57
Complementary color
Monochromatic Colors of #C13D57
Black with #C13D57
Text Example
Text Example
White with #C13D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D57; }
p { color: rgb(193,61,87); }
H1.HeaderClassName
{
color: #C13D57;
}
.AnyTagClassName
{
color: #C13D57;
}
</style>
background-color css
<style>
a { background-color: #C13D57; }
a { background-color: rgb(193,61,87); }
div.DivClassName
{
background-color: #C13D57;
}
.BgClassName
{
background-color: #C13D57;
}
</style>
border-color css
<style>
span { border-color: #C13D57; }
span { border-color: rgb(193,61,87); }
td.TdClassName
{
border-color: #C13D57;
}
.TagClassName
{
border-color: #C13D57;
}
</style>