Shades of Sunset #C54E48
Tints of Sunset #C54E48
RGB
CMYK
RGB Variations
Color information
#C54E48 (or 0xC54E48) is known color: Sunset. HEX triplet: C5, 4E and 48. RGB value is (197,78,72). Sum of RGB (Red+Green+Blue) = 197+78+72=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E48 is #3AB1B7. Grayscale: #717171. Windows color (decimal): -3846584 or 4738757. OLE color: 4738757.
HSL color Cylindrical-coordinate representation of color #C54E48: hue angle of 2.88º 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 #C54E48 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 72 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.23 |
| HSL | 2.88º | 0.52% | 0.53% | - |
| HSV(B) | 2.88º | 0.63% | 0.77% | - |
| XYZ | 26.92 | 17.79 | 8.15 | - |
| YUV | 112.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 72 | 0 | 0.60 | 0.63 | 0.23 | 2.88 | 0.52 | 0.53 |
| Hex | C5 | 4E | 48 | 0 | 3C | 3F | 17 | 3 | 34 | 35 |
| Octal | 305 | 116 | 110 | 0 | 74 | 77 | 27 | 3 | 64 | 65 |
| Binary | 11000101 | 1001110 | 1001000 | 0 | 111100 | 111111 | 10111 | 11 | 110100 | 110101 |
Color Harmonies of #C54E48
Complementary color
Monochromatic Colors of #C54E48
Black with #C54E48
Text Example
Text Example
White with #C54E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E48; }
p { color: rgb(197,78,72); }
H1.HeaderClassName
{
color: #C54E48;
}
.AnyTagClassName
{
color: #C54E48;
}
</style>
background-color css
<style>
a { background-color: #C54E48; }
a { background-color: rgb(197,78,72); }
div.DivClassName
{
background-color: #C54E48;
}
.BgClassName
{
background-color: #C54E48;
}
</style>
border-color css
<style>
span { border-color: #C54E48; }
span { border-color: rgb(197,78,72); }
td.TdClassName
{
border-color: #C54E48;
}
.TagClassName
{
border-color: #C54E48;
}
</style>