Shades of Old Rose #C1375D
Tints of Old Rose #C1375D
RGB
CMYK
RGB Variations
Color information
#C1375D (or 0xC1375D) is known color: Old Rose. HEX triplet: C1, 37 and 5D. RGB value is (193,55,93). Sum of RGB (Red+Green+Blue) = 193+55+93=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1375D is #3EC8A2. Grayscale: #646464. Windows color (decimal): -4114595 or 6109121. OLE color: 6109121.
HSL color Cylindrical-coordinate representation of color #C1375D: hue angle of 343.48º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1375D is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 93 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.24 |
| HSL | 343.48º | 0.56% | 0.49% | - |
| HSV(B) | 343.48º | 0.72% | 0.76% | - |
| XYZ | 25.33 | 14.86 | 11.89 | - |
| YUV | 100.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 93 | 0 | 0.72 | 0.52 | 0.24 | 343.48 | 0.56 | 0.49 |
| Hex | C1 | 37 | 5D | 0 | 48 | 34 | 18 | 157 | 38 | 31 |
| Octal | 301 | 67 | 135 | 0 | 110 | 64 | 30 | 527 | 70 | 61 |
| Binary | 11000001 | 110111 | 1011101 | 0 | 1001000 | 110100 | 11000 | 101010111 | 111000 | 110001 |
Color Harmonies of #C1375D
Complementary color
Monochromatic Colors of #C1375D
Black with #C1375D
Text Example
Text Example
White with #C1375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1375D; }
p { color: rgb(193,55,93); }
H1.HeaderClassName
{
color: #C1375D;
}
.AnyTagClassName
{
color: #C1375D;
}
</style>
background-color css
<style>
a { background-color: #C1375D; }
a { background-color: rgb(193,55,93); }
div.DivClassName
{
background-color: #C1375D;
}
.BgClassName
{
background-color: #C1375D;
}
</style>
border-color css
<style>
span { border-color: #C1375D; }
span { border-color: rgb(193,55,93); }
td.TdClassName
{
border-color: #C1375D;
}
.TagClassName
{
border-color: #C1375D;
}
</style>