Shades of Sunset #C54F49
Tints of Sunset #C54F49
RGB
CMYK
RGB Variations
Color information
#C54F49 (or 0xC54F49) is known color: Sunset. HEX triplet: C5, 4F and 49. RGB value is (197,79,73). Sum of RGB (Red+Green+Blue) = 197+79+73=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54F49 is #3AB0B6. Grayscale: #717171. Windows color (decimal): -3846327 or 4804549. OLE color: 4804549.
HSL color Cylindrical-coordinate representation of color #C54F49: hue angle of 2.9º 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 #C54F49 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 73 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.23 |
| HSL | 2.9º | 0.52% | 0.53% | - |
| HSV(B) | 2.9º | 0.63% | 0.77% | - |
| XYZ | 27.02 | 17.94 | 8.34 | - |
| YUV | 113.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 73 | 0 | 0.60 | 0.63 | 0.23 | 2.9 | 0.52 | 0.53 |
| Hex | C5 | 4F | 49 | 0 | 3C | 3F | 17 | 3 | 34 | 35 |
| Octal | 305 | 117 | 111 | 0 | 74 | 77 | 27 | 3 | 64 | 65 |
| Binary | 11000101 | 1001111 | 1001001 | 0 | 111100 | 111111 | 10111 | 11 | 110100 | 110101 |
Color Harmonies of #C54F49
Complementary color
Monochromatic Colors of #C54F49
Black with #C54F49
Text Example
Text Example
White with #C54F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F49; }
p { color: rgb(197,79,73); }
H1.HeaderClassName
{
color: #C54F49;
}
.AnyTagClassName
{
color: #C54F49;
}
</style>
background-color css
<style>
a { background-color: #C54F49; }
a { background-color: rgb(197,79,73); }
div.DivClassName
{
background-color: #C54F49;
}
.BgClassName
{
background-color: #C54F49;
}
</style>
border-color css
<style>
span { border-color: #C54F49; }
span { border-color: rgb(197,79,73); }
td.TdClassName
{
border-color: #C54F49;
}
.TagClassName
{
border-color: #C54F49;
}
</style>