Shades of Sunset #C5514C
Tints of Sunset #C5514C
RGB
CMYK
RGB Variations
Color information
#C5514C (or 0xC5514C) is known color: Sunset. HEX triplet: C5, 51 and 4C. RGB value is (197,81,76). Sum of RGB (Red+Green+Blue) = 197+81+76=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5514C is #3AAEB3. Grayscale: #737373. Windows color (decimal): -3845812 or 5001669. OLE color: 5001669.
HSL color Cylindrical-coordinate representation of color #C5514C: hue angle of 2.48º 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 #C5514C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 76 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.23 |
| HSL | 2.48º | 0.51% | 0.54% | - |
| HSV(B) | 2.48º | 0.61% | 0.77% | - |
| XYZ | 27.27 | 18.28 | 8.93 | - |
| YUV | 115.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 76 | 0 | 0.59 | 0.61 | 0.23 | 2.48 | 0.51 | 0.54 |
| Hex | C5 | 51 | 4C | 0 | 3B | 3D | 17 | 2 | 33 | 36 |
| Octal | 305 | 121 | 114 | 0 | 73 | 75 | 27 | 2 | 63 | 66 |
| Binary | 11000101 | 1010001 | 1001100 | 0 | 111011 | 111101 | 10111 | 10 | 110011 | 110110 |
Color Harmonies of #C5514C
Complementary color
Monochromatic Colors of #C5514C
Black with #C5514C
Text Example
Text Example
White with #C5514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5514C; }
p { color: rgb(197,81,76); }
H1.HeaderClassName
{
color: #C5514C;
}
.AnyTagClassName
{
color: #C5514C;
}
</style>
background-color css
<style>
a { background-color: #C5514C; }
a { background-color: rgb(197,81,76); }
div.DivClassName
{
background-color: #C5514C;
}
.BgClassName
{
background-color: #C5514C;
}
</style>
border-color css
<style>
span { border-color: #C5514C; }
span { border-color: rgb(197,81,76); }
td.TdClassName
{
border-color: #C5514C;
}
.TagClassName
{
border-color: #C5514C;
}
</style>