Shades of Old Rose #C1375A
Tints of Old Rose #C1375A
RGB
CMYK
RGB Variations
Color information
#C1375A (or 0xC1375A) is known color: Old Rose. HEX triplet: C1, 37 and 5A. RGB value is (193,55,90). Sum of RGB (Red+Green+Blue) = 193+55+90=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1375A is #3EC8A5. Grayscale: #646464. Windows color (decimal): -4114598 or 5912513. OLE color: 5912513.
HSL color Cylindrical-coordinate representation of color #C1375A: hue angle of 344.78º 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 #C1375A is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 90 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.24 |
| HSL | 344.78º | 0.56% | 0.49% | - |
| HSV(B) | 344.78º | 0.72% | 0.76% | - |
| XYZ | 25.2 | 14.81 | 11.2 | - |
| YUV | 100.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 90 | 0 | 0.72 | 0.53 | 0.24 | 344.78 | 0.56 | 0.49 |
| Hex | C1 | 37 | 5A | 0 | 48 | 35 | 18 | 159 | 38 | 31 |
| Octal | 301 | 67 | 132 | 0 | 110 | 65 | 30 | 531 | 70 | 61 |
| Binary | 11000001 | 110111 | 1011010 | 0 | 1001000 | 110101 | 11000 | 101011001 | 111000 | 110001 |
Color Harmonies of #C1375A
Complementary color
Monochromatic Colors of #C1375A
Black with #C1375A
Text Example
Text Example
White with #C1375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1375A; }
p { color: rgb(193,55,90); }
H1.HeaderClassName
{
color: #C1375A;
}
.AnyTagClassName
{
color: #C1375A;
}
</style>
background-color css
<style>
a { background-color: #C1375A; }
a { background-color: rgb(193,55,90); }
div.DivClassName
{
background-color: #C1375A;
}
.BgClassName
{
background-color: #C1375A;
}
</style>
border-color css
<style>
span { border-color: #C1375A; }
span { border-color: rgb(193,55,90); }
td.TdClassName
{
border-color: #C1375A;
}
.TagClassName
{
border-color: #C1375A;
}
</style>