Shades of Old Rose #C13656
Tints of Old Rose #C13656
RGB
CMYK
RGB Variations
Color information
#C13656 (or 0xC13656) is known color: Old Rose. HEX triplet: C1, 36 and 56. RGB value is (193,54,86). Sum of RGB (Red+Green+Blue) = 193+54+86=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13656 is #3EC9A9. Grayscale: #636363. Windows color (decimal): -4114858 or 5650113. OLE color: 5650113.
HSL color Cylindrical-coordinate representation of color #C13656: hue angle of 346.19º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13656 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 86 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.24 |
| HSL | 346.19º | 0.56% | 0.48% | - |
| HSV(B) | 346.19º | 0.72% | 0.76% | - |
| XYZ | 24.99 | 14.65 | 10.31 | - |
| YUV | 99.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 86 | 0 | 0.72 | 0.55 | 0.24 | 346.19 | 0.56 | 0.48 |
| Hex | C1 | 36 | 56 | 0 | 48 | 37 | 18 | 15A | 38 | 30 |
| Octal | 301 | 66 | 126 | 0 | 110 | 67 | 30 | 532 | 70 | 60 |
| Binary | 11000001 | 110110 | 1010110 | 0 | 1001000 | 110111 | 11000 | 101011010 | 111000 | 110000 |
Color Harmonies of #C13656
Complementary color
Monochromatic Colors of #C13656
Black with #C13656
Text Example
Text Example
White with #C13656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13656; }
p { color: rgb(193,54,86); }
H1.HeaderClassName
{
color: #C13656;
}
.AnyTagClassName
{
color: #C13656;
}
</style>
background-color css
<style>
a { background-color: #C13656; }
a { background-color: rgb(193,54,86); }
div.DivClassName
{
background-color: #C13656;
}
.BgClassName
{
background-color: #C13656;
}
</style>
border-color css
<style>
span { border-color: #C13656; }
span { border-color: rgb(193,54,86); }
td.TdClassName
{
border-color: #C13656;
}
.TagClassName
{
border-color: #C13656;
}
</style>