Shades of Old Rose #C1395C
Tints of Old Rose #C1395C
RGB
CMYK
RGB Variations
Color information
#C1395C (or 0xC1395C) is known color: Old Rose. HEX triplet: C1, 39 and 5C. RGB value is (193,57,92). Sum of RGB (Red+Green+Blue) = 193+57+92=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1395C is #3EC6A3. Grayscale: #656565. Windows color (decimal): -4114084 or 6044097. OLE color: 6044097.
HSL color Cylindrical-coordinate representation of color #C1395C: hue angle of 344.56º 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 #C1395C is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 92 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.24 |
| HSL | 344.56º | 0.54% | 0.49% | - |
| HSV(B) | 344.56º | 0.7% | 0.76% | - |
| XYZ | 25.39 | 15.04 | 11.69 | - |
| YUV | 101.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 92 | 0 | 0.70 | 0.52 | 0.24 | 344.56 | 0.54 | 0.49 |
| Hex | C1 | 39 | 5C | 0 | 46 | 34 | 18 | 159 | 36 | 31 |
| Octal | 301 | 71 | 134 | 0 | 106 | 64 | 30 | 531 | 66 | 61 |
| Binary | 11000001 | 111001 | 1011100 | 0 | 1000110 | 110100 | 11000 | 101011001 | 110110 | 110001 |
Color Harmonies of #C1395C
Complementary color
Monochromatic Colors of #C1395C
Black with #C1395C
Text Example
Text Example
White with #C1395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1395C; }
p { color: rgb(193,57,92); }
H1.HeaderClassName
{
color: #C1395C;
}
.AnyTagClassName
{
color: #C1395C;
}
</style>
background-color css
<style>
a { background-color: #C1395C; }
a { background-color: rgb(193,57,92); }
div.DivClassName
{
background-color: #C1395C;
}
.BgClassName
{
background-color: #C1395C;
}
</style>
border-color css
<style>
span { border-color: #C1395C; }
span { border-color: rgb(193,57,92); }
td.TdClassName
{
border-color: #C1395C;
}
.TagClassName
{
border-color: #C1395C;
}
</style>