Shades of Old Rose #C1394B
Tints of Old Rose #C1394B
RGB
CMYK
RGB Variations
Color information
#C1394B (or 0xC1394B) is known color: Old Rose. HEX triplet: C1, 39 and 4B. RGB value is (193,57,75). Sum of RGB (Red+Green+Blue) = 193+57+75=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1394B is #3EC6B4. Grayscale: #636363. Windows color (decimal): -4114101 or 4929985. OLE color: 4929985.
HSL color Cylindrical-coordinate representation of color #C1394B: hue angle of 352.06º 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 #C1394B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 75 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.24 |
| HSL | 352.06º | 0.54% | 0.49% | - |
| HSV(B) | 352.06º | 0.7% | 0.76% | - |
| XYZ | 24.73 | 14.77 | 8.2 | - |
| YUV | 99.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 75 | 0 | 0.70 | 0.61 | 0.24 | 352.06 | 0.54 | 0.49 |
| Hex | C1 | 39 | 4B | 0 | 46 | 3D | 18 | 160 | 36 | 31 |
| Octal | 301 | 71 | 113 | 0 | 106 | 75 | 30 | 540 | 66 | 61 |
| Binary | 11000001 | 111001 | 1001011 | 0 | 1000110 | 111101 | 11000 | 101100000 | 110110 | 110001 |
Color Harmonies of #C1394B
Complementary color
Monochromatic Colors of #C1394B
Black with #C1394B
Text Example
Text Example
White with #C1394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1394B; }
p { color: rgb(193,57,75); }
H1.HeaderClassName
{
color: #C1394B;
}
.AnyTagClassName
{
color: #C1394B;
}
</style>
background-color css
<style>
a { background-color: #C1394B; }
a { background-color: rgb(193,57,75); }
div.DivClassName
{
background-color: #C1394B;
}
.BgClassName
{
background-color: #C1394B;
}
</style>
border-color css
<style>
span { border-color: #C1394B; }
span { border-color: rgb(193,57,75); }
td.TdClassName
{
border-color: #C1394B;
}
.TagClassName
{
border-color: #C1394B;
}
</style>