Shades of Sunset #C54E42
Tints of Sunset #C54E42
RGB
CMYK
RGB Variations
Color information
#C54E42 (or 0xC54E42) is known color: Sunset. HEX triplet: C5, 4E and 42. RGB value is (197,78,66). Sum of RGB (Red+Green+Blue) = 197+78+66=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E42 is #3AB1BD. Grayscale: #707070. Windows color (decimal): -3846590 or 4345541. OLE color: 4345541.
HSL color Cylindrical-coordinate representation of color #C54E42: hue angle of 5.5º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54E42 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 66 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.23 |
| HSL | 5.5º | 0.53% | 0.52% | - |
| HSV(B) | 5.5º | 0.66% | 0.77% | - |
| XYZ | 26.73 | 17.71 | 7.16 | - |
| YUV | 112.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 66 | 0 | 0.60 | 0.66 | 0.23 | 5.5 | 0.53 | 0.52 |
| Hex | C5 | 4E | 42 | 0 | 3C | 42 | 17 | 5 | 35 | 34 |
| Octal | 305 | 116 | 102 | 0 | 74 | 102 | 27 | 5 | 65 | 64 |
| Binary | 11000101 | 1001110 | 1000010 | 0 | 111100 | 1000010 | 10111 | 101 | 110101 | 110100 |
Color Harmonies of #C54E42
Complementary color
Monochromatic Colors of #C54E42
Black with #C54E42
Text Example
Text Example
White with #C54E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E42; }
p { color: rgb(197,78,66); }
H1.HeaderClassName
{
color: #C54E42;
}
.AnyTagClassName
{
color: #C54E42;
}
</style>
background-color css
<style>
a { background-color: #C54E42; }
a { background-color: rgb(197,78,66); }
div.DivClassName
{
background-color: #C54E42;
}
.BgClassName
{
background-color: #C54E42;
}
</style>
border-color css
<style>
span { border-color: #C54E42; }
span { border-color: rgb(197,78,66); }
td.TdClassName
{
border-color: #C54E42;
}
.TagClassName
{
border-color: #C54E42;
}
</style>