Shades of Sunset #C54E49
Tints of Sunset #C54E49
RGB
CMYK
RGB Variations
Color information
#C54E49 (or 0xC54E49) is known color: Sunset. HEX triplet: C5, 4E and 49. RGB value is (197,78,73). Sum of RGB (Red+Green+Blue) = 197+78+73=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E49 is #3AB1B6. Grayscale: #717171. Windows color (decimal): -3846583 or 4804293. OLE color: 4804293.
HSL color Cylindrical-coordinate representation of color #C54E49: hue angle of 2.42º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54E49 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 73 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.23 |
| HSL | 2.42º | 0.52% | 0.53% | - |
| HSV(B) | 2.42º | 0.63% | 0.77% | - |
| XYZ | 26.95 | 17.8 | 8.32 | - |
| YUV | 113.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 73 | 0 | 0.60 | 0.63 | 0.23 | 2.42 | 0.52 | 0.53 |
| Hex | C5 | 4E | 49 | 0 | 3C | 3F | 17 | 2 | 34 | 35 |
| Octal | 305 | 116 | 111 | 0 | 74 | 77 | 27 | 2 | 64 | 65 |
| Binary | 11000101 | 1001110 | 1001001 | 0 | 111100 | 111111 | 10111 | 10 | 110100 | 110101 |
Color Harmonies of #C54E49
Complementary color
Monochromatic Colors of #C54E49
Black with #C54E49
Text Example
Text Example
White with #C54E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E49; }
p { color: rgb(197,78,73); }
H1.HeaderClassName
{
color: #C54E49;
}
.AnyTagClassName
{
color: #C54E49;
}
</style>
background-color css
<style>
a { background-color: #C54E49; }
a { background-color: rgb(197,78,73); }
div.DivClassName
{
background-color: #C54E49;
}
.BgClassName
{
background-color: #C54E49;
}
</style>
border-color css
<style>
span { border-color: #C54E49; }
span { border-color: rgb(197,78,73); }
td.TdClassName
{
border-color: #C54E49;
}
.TagClassName
{
border-color: #C54E49;
}
</style>