Shades of Old Rose #C1395F
Tints of Old Rose #C1395F
RGB
CMYK
RGB Variations
Color information
#C1395F (or 0xC1395F) is known color: Old Rose. HEX triplet: C1, 39 and 5F. RGB value is (193,57,95). Sum of RGB (Red+Green+Blue) = 193+57+95=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C1395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1395F is #3EC6A0. Grayscale: #656565. Windows color (decimal): -4114081 or 6240705. OLE color: 6240705.
HSL color Cylindrical-coordinate representation of color #C1395F: hue angle of 343.24º 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 #C1395F is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 95 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.24 |
| HSL | 343.24º | 0.54% | 0.49% | - |
| HSV(B) | 343.24º | 0.7% | 0.76% | - |
| XYZ | 25.52 | 15.09 | 12.39 | - |
| YUV | 102 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 95 | 0 | 0.70 | 0.51 | 0.24 | 343.24 | 0.54 | 0.49 |
| Hex | C1 | 39 | 5F | 0 | 46 | 33 | 18 | 157 | 36 | 31 |
| Octal | 301 | 71 | 137 | 0 | 106 | 63 | 30 | 527 | 66 | 61 |
| Binary | 11000001 | 111001 | 1011111 | 0 | 1000110 | 110011 | 11000 | 101010111 | 110110 | 110001 |
Color Harmonies of #C1395F
Complementary color
Monochromatic Colors of #C1395F
Black with #C1395F
Text Example
Text Example
White with #C1395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1395F; }
p { color: rgb(193,57,95); }
H1.HeaderClassName
{
color: #C1395F;
}
.AnyTagClassName
{
color: #C1395F;
}
</style>
background-color css
<style>
a { background-color: #C1395F; }
a { background-color: rgb(193,57,95); }
div.DivClassName
{
background-color: #C1395F;
}
.BgClassName
{
background-color: #C1395F;
}
</style>
border-color css
<style>
span { border-color: #C1395F; }
span { border-color: rgb(193,57,95); }
td.TdClassName
{
border-color: #C1395F;
}
.TagClassName
{
border-color: #C1395F;
}
</style>