Shades of Old Rose #C13952
Tints of Old Rose #C13952
RGB
CMYK
RGB Variations
Color information
#C13952 (or 0xC13952) is known color: Old Rose. HEX triplet: C1, 39 and 52. RGB value is (193,57,82). Sum of RGB (Red+Green+Blue) = 193+57+82=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C13952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13952 is #3EC6AD. Grayscale: #646464. Windows color (decimal): -4114094 or 5388737. OLE color: 5388737.
HSL color Cylindrical-coordinate representation of color #C13952: hue angle of 348.97º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13952 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 82 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.24 |
| HSL | 348.97º | 0.54% | 0.49% | - |
| HSV(B) | 348.97º | 0.7% | 0.76% | - |
| XYZ | 24.98 | 14.87 | 9.54 | - |
| YUV | 100.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 82 | 0 | 0.70 | 0.58 | 0.24 | 348.97 | 0.54 | 0.49 |
| Hex | C1 | 39 | 52 | 0 | 46 | 3A | 18 | 15D | 36 | 31 |
| Octal | 301 | 71 | 122 | 0 | 106 | 72 | 30 | 535 | 66 | 61 |
| Binary | 11000001 | 111001 | 1010010 | 0 | 1000110 | 111010 | 11000 | 101011101 | 110110 | 110001 |
Color Harmonies of #C13952
Complementary color
Monochromatic Colors of #C13952
Black with #C13952
Text Example
Text Example
White with #C13952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13952; }
p { color: rgb(193,57,82); }
H1.HeaderClassName
{
color: #C13952;
}
.AnyTagClassName
{
color: #C13952;
}
</style>
background-color css
<style>
a { background-color: #C13952; }
a { background-color: rgb(193,57,82); }
div.DivClassName
{
background-color: #C13952;
}
.BgClassName
{
background-color: #C13952;
}
</style>
border-color css
<style>
span { border-color: #C13952; }
span { border-color: rgb(193,57,82); }
td.TdClassName
{
border-color: #C13952;
}
.TagClassName
{
border-color: #C13952;
}
</style>