Shades of Old Rose #C1385F
Tints of Old Rose #C1385F
RGB
CMYK
RGB Variations
Color information
#C1385F (or 0xC1385F) is known color: Old Rose. HEX triplet: C1, 38 and 5F. RGB value is (193,56,95). Sum of RGB (Red+Green+Blue) = 193+56+95=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C1385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1385F is #3EC7A0. Grayscale: #656565. Windows color (decimal): -4114337 or 6240449. OLE color: 6240449.
HSL color Cylindrical-coordinate representation of color #C1385F: hue angle of 342.92º 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 #C1385F is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 95 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.24 |
| HSL | 342.92º | 0.55% | 0.49% | - |
| HSV(B) | 342.92º | 0.71% | 0.76% | - |
| XYZ | 25.47 | 14.99 | 12.38 | - |
| YUV | 101.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 95 | 0 | 0.71 | 0.51 | 0.24 | 342.92 | 0.55 | 0.49 |
| Hex | C1 | 38 | 5F | 0 | 47 | 33 | 18 | 157 | 37 | 31 |
| Octal | 301 | 70 | 137 | 0 | 107 | 63 | 30 | 527 | 67 | 61 |
| Binary | 11000001 | 111000 | 1011111 | 0 | 1000111 | 110011 | 11000 | 101010111 | 110111 | 110001 |
Color Harmonies of #C1385F
Complementary color
Monochromatic Colors of #C1385F
Black with #C1385F
Text Example
Text Example
White with #C1385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1385F; }
p { color: rgb(193,56,95); }
H1.HeaderClassName
{
color: #C1385F;
}
.AnyTagClassName
{
color: #C1385F;
}
</style>
background-color css
<style>
a { background-color: #C1385F; }
a { background-color: rgb(193,56,95); }
div.DivClassName
{
background-color: #C1385F;
}
.BgClassName
{
background-color: #C1385F;
}
</style>
border-color css
<style>
span { border-color: #C1385F; }
span { border-color: rgb(193,56,95); }
td.TdClassName
{
border-color: #C1385F;
}
.TagClassName
{
border-color: #C1385F;
}
</style>