Shades of Sunset #C15146
Tints of Sunset #C15146
RGB
CMYK
RGB Variations
Color information
#C15146 (or 0xC15146) is known color: Sunset. HEX triplet: C1, 51 and 46. RGB value is (193,81,70). Sum of RGB (Red+Green+Blue) = 193+81+70=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C15146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15146 is #3EAEB9. Grayscale: #717171. Windows color (decimal): -4107962 or 4608449. OLE color: 4608449.
HSL color Cylindrical-coordinate representation of color #C15146: hue angle of 5.37º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C15146 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 70 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.24 |
| HSL | 5.37º | 0.5% | 0.52% | - |
| HSV(B) | 5.37º | 0.64% | 0.76% | - |
| XYZ | 26.04 | 17.66 | 7.83 | - |
| YUV | 113.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 70 | 0 | 0.58 | 0.64 | 0.24 | 5.37 | 0.5 | 0.52 |
| Hex | C1 | 51 | 46 | 0 | 3A | 40 | 18 | 5 | 32 | 34 |
| Octal | 301 | 121 | 106 | 0 | 72 | 100 | 30 | 5 | 62 | 64 |
| Binary | 11000001 | 1010001 | 1000110 | 0 | 111010 | 1000000 | 11000 | 101 | 110010 | 110100 |
Color Harmonies of #C15146
Complementary color
Monochromatic Colors of #C15146
Black with #C15146
Text Example
Text Example
White with #C15146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15146; }
p { color: rgb(193,81,70); }
H1.HeaderClassName
{
color: #C15146;
}
.AnyTagClassName
{
color: #C15146;
}
</style>
background-color css
<style>
a { background-color: #C15146; }
a { background-color: rgb(193,81,70); }
div.DivClassName
{
background-color: #C15146;
}
.BgClassName
{
background-color: #C15146;
}
</style>
border-color css
<style>
span { border-color: #C15146; }
span { border-color: rgb(193,81,70); }
td.TdClassName
{
border-color: #C15146;
}
.TagClassName
{
border-color: #C15146;
}
</style>