Shades of Old Rose #C13D51
Tints of Old Rose #C13D51
RGB
CMYK
RGB Variations
Color information
#C13D51 (or 0xC13D51) is known color: Old Rose. HEX triplet: C1, 3D and 51. RGB value is (193,61,81). Sum of RGB (Red+Green+Blue) = 193+61+81=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D51 is #3EC2AE. Grayscale: #666666. Windows color (decimal): -4113071 or 5324225. OLE color: 5324225.
HSL color Cylindrical-coordinate representation of color #C13D51: hue angle of 350.91º 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 #C13D51 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 81 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.24 |
| HSL | 350.91º | 0.52% | 0.5% | - |
| HSV(B) | 350.91º | 0.68% | 0.76% | - |
| XYZ | 25.15 | 15.27 | 9.41 | - |
| YUV | 102.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 81 | 0 | 0.68 | 0.58 | 0.24 | 350.91 | 0.52 | 0.5 |
| Hex | C1 | 3D | 51 | 0 | 44 | 3A | 18 | 15F | 34 | 32 |
| Octal | 301 | 75 | 121 | 0 | 104 | 72 | 30 | 537 | 64 | 62 |
| Binary | 11000001 | 111101 | 1010001 | 0 | 1000100 | 111010 | 11000 | 101011111 | 110100 | 110010 |
Color Harmonies of #C13D51
Complementary color
Monochromatic Colors of #C13D51
Black with #C13D51
Text Example
Text Example
White with #C13D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D51; }
p { color: rgb(193,61,81); }
H1.HeaderClassName
{
color: #C13D51;
}
.AnyTagClassName
{
color: #C13D51;
}
</style>
background-color css
<style>
a { background-color: #C13D51; }
a { background-color: rgb(193,61,81); }
div.DivClassName
{
background-color: #C13D51;
}
.BgClassName
{
background-color: #C13D51;
}
</style>
border-color css
<style>
span { border-color: #C13D51; }
span { border-color: rgb(193,61,81); }
td.TdClassName
{
border-color: #C13D51;
}
.TagClassName
{
border-color: #C13D51;
}
</style>