Shades of Old Rose #C13855
Tints of Old Rose #C13855
RGB
CMYK
RGB Variations
Color information
#C13855 (or 0xC13855) is known color: Old Rose. HEX triplet: C1, 38 and 55. RGB value is (193,56,85). Sum of RGB (Red+Green+Blue) = 193+56+85=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C13855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13855 is #3EC7AA. Grayscale: #646464. Windows color (decimal): -4114347 or 5585089. OLE color: 5585089.
HSL color Cylindrical-coordinate representation of color #C13855: hue angle of 347.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13855 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 85 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.24 |
| HSL | 347.3º | 0.55% | 0.49% | - |
| HSV(B) | 347.3º | 0.71% | 0.76% | - |
| XYZ | 25.05 | 14.82 | 10.14 | - |
| YUV | 100.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 85 | 0 | 0.71 | 0.56 | 0.24 | 347.3 | 0.55 | 0.49 |
| Hex | C1 | 38 | 55 | 0 | 47 | 38 | 18 | 15B | 37 | 31 |
| Octal | 301 | 70 | 125 | 0 | 107 | 70 | 30 | 533 | 67 | 61 |
| Binary | 11000001 | 111000 | 1010101 | 0 | 1000111 | 111000 | 11000 | 101011011 | 110111 | 110001 |
Color Harmonies of #C13855
Complementary color
Monochromatic Colors of #C13855
Black with #C13855
Text Example
Text Example
White with #C13855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13855; }
p { color: rgb(193,56,85); }
H1.HeaderClassName
{
color: #C13855;
}
.AnyTagClassName
{
color: #C13855;
}
</style>
background-color css
<style>
a { background-color: #C13855; }
a { background-color: rgb(193,56,85); }
div.DivClassName
{
background-color: #C13855;
}
.BgClassName
{
background-color: #C13855;
}
</style>
border-color css
<style>
span { border-color: #C13855; }
span { border-color: rgb(193,56,85); }
td.TdClassName
{
border-color: #C13855;
}
.TagClassName
{
border-color: #C13855;
}
</style>