Shades of Old Rose #C13D52
Tints of Old Rose #C13D52
RGB
CMYK
RGB Variations
Color information
#C13D52 (or 0xC13D52) is known color: Old Rose. HEX triplet: C1, 3D and 52. RGB value is (193,61,82). Sum of RGB (Red+Green+Blue) = 193+61+82=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D52 is #3EC2AD. Grayscale: #666666. Windows color (decimal): -4113070 or 5389761. OLE color: 5389761.
HSL color Cylindrical-coordinate representation of color #C13D52: hue angle of 350.45º 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 #C13D52 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 82 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.24 |
| HSL | 350.45º | 0.52% | 0.5% | - |
| HSV(B) | 350.45º | 0.68% | 0.76% | - |
| XYZ | 25.18 | 15.28 | 9.61 | - |
| YUV | 102.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 82 | 0 | 0.68 | 0.58 | 0.24 | 350.45 | 0.52 | 0.5 |
| Hex | C1 | 3D | 52 | 0 | 44 | 3A | 18 | 15E | 34 | 32 |
| Octal | 301 | 75 | 122 | 0 | 104 | 72 | 30 | 536 | 64 | 62 |
| Binary | 11000001 | 111101 | 1010010 | 0 | 1000100 | 111010 | 11000 | 101011110 | 110100 | 110010 |
Color Harmonies of #C13D52
Complementary color
Monochromatic Colors of #C13D52
Black with #C13D52
Text Example
Text Example
White with #C13D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D52; }
p { color: rgb(193,61,82); }
H1.HeaderClassName
{
color: #C13D52;
}
.AnyTagClassName
{
color: #C13D52;
}
</style>
background-color css
<style>
a { background-color: #C13D52; }
a { background-color: rgb(193,61,82); }
div.DivClassName
{
background-color: #C13D52;
}
.BgClassName
{
background-color: #C13D52;
}
</style>
border-color css
<style>
span { border-color: #C13D52; }
span { border-color: rgb(193,61,82); }
td.TdClassName
{
border-color: #C13D52;
}
.TagClassName
{
border-color: #C13D52;
}
</style>