Shades of Old Rose #C13458
Tints of Old Rose #C13458
RGB
CMYK
RGB Variations
Color information
#C13458 (or 0xC13458) is known color: Old Rose. HEX triplet: C1, 34 and 58. RGB value is (193,52,88). Sum of RGB (Red+Green+Blue) = 193+52+88=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13458 is #3ECBA7. Grayscale: #626262. Windows color (decimal): -4115368 or 5780673. OLE color: 5780673.
HSL color Cylindrical-coordinate representation of color #C13458: hue angle of 344.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13458 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 88 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.24 |
| HSL | 344.68º | 0.58% | 0.48% | - |
| HSV(B) | 344.68º | 0.73% | 0.76% | - |
| XYZ | 24.98 | 14.5 | 10.71 | - |
| YUV | 98.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 88 | 0 | 0.73 | 0.54 | 0.24 | 344.68 | 0.58 | 0.48 |
| Hex | C1 | 34 | 58 | 0 | 49 | 36 | 18 | 159 | 3A | 30 |
| Octal | 301 | 64 | 130 | 0 | 111 | 66 | 30 | 531 | 72 | 60 |
| Binary | 11000001 | 110100 | 1011000 | 0 | 1001001 | 110110 | 11000 | 101011001 | 111010 | 110000 |
Color Harmonies of #C13458
Complementary color
Monochromatic Colors of #C13458
Black with #C13458
Text Example
Text Example
White with #C13458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13458; }
p { color: rgb(193,52,88); }
H1.HeaderClassName
{
color: #C13458;
}
.AnyTagClassName
{
color: #C13458;
}
</style>
background-color css
<style>
a { background-color: #C13458; }
a { background-color: rgb(193,52,88); }
div.DivClassName
{
background-color: #C13458;
}
.BgClassName
{
background-color: #C13458;
}
</style>
border-color css
<style>
span { border-color: #C13458; }
span { border-color: rgb(193,52,88); }
td.TdClassName
{
border-color: #C13458;
}
.TagClassName
{
border-color: #C13458;
}
</style>