Shades of Sunset #C5514A
Tints of Sunset #C5514A
RGB
CMYK
RGB Variations
Color information
#C5514A (or 0xC5514A) is known color: Sunset. HEX triplet: C5, 51 and 4A. RGB value is (197,81,74). Sum of RGB (Red+Green+Blue) = 197+81+74=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5514A is #3AAEB5. Grayscale: #737373. Windows color (decimal): -3845814 or 4870597. OLE color: 4870597.
HSL color Cylindrical-coordinate representation of color #C5514A: hue angle of 3.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5514A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 81 | 74 | - |
CMYK | 0 | 0.59 | 0.62 | 0.23 |
HSL | 3.41º | 0.51% | 0.53% | - |
HSV(B) | 3.41º | 0.62% | 0.77% | - |
XYZ | 27.2 | 18.25 | 8.57 | - |
YUV | 114.89 | 104.93 | 186.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 81 | 74 | 0 | 0.59 | 0.62 | 0.23 | 3.41 | 0.51 | 0.53 |
Hex | C5 | 51 | 4A | 0 | 3B | 3E | 17 | 3 | 33 | 35 |
Octal | 305 | 121 | 112 | 0 | 73 | 76 | 27 | 3 | 63 | 65 |
Binary | 11000101 | 1010001 | 1001010 | 0 | 111011 | 111110 | 10111 | 11 | 110011 | 110101 |
Color Harmonies of #C5514A
Complementary color
Monochromatic Colors of #C5514A
Black with #C5514A
Text Example
Text Example
White with #C5514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5514A; }
p { color: rgb(197,81,74); }
H1.HeaderClassName
{
color: #C5514A;
}
.AnyTagClassName
{
color: #C5514A;
}
</style>
background-color css
<style>
a { background-color: #C5514A; }
a { background-color: rgb(197,81,74); }
div.DivClassName
{
background-color: #C5514A;
}
.BgClassName
{
background-color: #C5514A;
}
</style>
border-color css
<style>
span { border-color: #C5514A; }
span { border-color: rgb(197,81,74); }
td.TdClassName
{
border-color: #C5514A;
}
.TagClassName
{
border-color: #C5514A;
}
</style>