Shades of Sunset #C5514D
Tints of Sunset #C5514D
RGB
CMYK
RGB Variations
Color information
#C5514D (or 0xC5514D) is known color: Sunset. HEX triplet: C5, 51 and 4D. RGB value is (197,81,77). Sum of RGB (Red+Green+Blue) = 197+81+77=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5514D is #3AAEB2. Grayscale: #737373. Windows color (decimal): -3845811 or 5067205. OLE color: 5067205.
HSL color Cylindrical-coordinate representation of color #C5514D: hue angle of 2º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5514D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 77 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.23 |
| HSL | 2º | 0.51% | 0.54% | - |
| HSV(B) | 2º | 0.61% | 0.77% | - |
| XYZ | 27.31 | 18.29 | 9.11 | - |
| YUV | 115.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 77 | 0 | 0.59 | 0.61 | 0.23 | 2 | 0.51 | 0.54 |
| Hex | C5 | 51 | 4D | 0 | 3B | 3D | 17 | 2 | 33 | 36 |
| Octal | 305 | 121 | 115 | 0 | 73 | 75 | 27 | 2 | 63 | 66 |
| Binary | 11000101 | 1010001 | 1001101 | 0 | 111011 | 111101 | 10111 | 10 | 110011 | 110110 |
Color Harmonies of #C5514D
Complementary color
Monochromatic Colors of #C5514D
Black with #C5514D
Text Example
Text Example
White with #C5514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5514D; }
p { color: rgb(197,81,77); }
H1.HeaderClassName
{
color: #C5514D;
}
.AnyTagClassName
{
color: #C5514D;
}
</style>
background-color css
<style>
a { background-color: #C5514D; }
a { background-color: rgb(197,81,77); }
div.DivClassName
{
background-color: #C5514D;
}
.BgClassName
{
background-color: #C5514D;
}
</style>
border-color css
<style>
span { border-color: #C5514D; }
span { border-color: rgb(197,81,77); }
td.TdClassName
{
border-color: #C5514D;
}
.TagClassName
{
border-color: #C5514D;
}
</style>