Shades of Sunset #C54D42
Tints of Sunset #C54D42
RGB
CMYK
RGB Variations
Color information
#C54D42 (or 0xC54D42) is known color: Sunset. HEX triplet: C5, 4D and 42. RGB value is (197,77,66). Sum of RGB (Red+Green+Blue) = 197+77+66=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D42 is #3AB2BD. Grayscale: #6F6F6F. Windows color (decimal): -3846846 or 4345285. OLE color: 4345285.
HSL color Cylindrical-coordinate representation of color #C54D42: hue angle of 5.04º 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 #C54D42 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 66 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.23 |
| HSL | 5.04º | 0.53% | 0.52% | - |
| HSV(B) | 5.04º | 0.66% | 0.77% | - |
| XYZ | 26.66 | 17.57 | 7.14 | - |
| YUV | 111.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 66 | 0 | 0.61 | 0.66 | 0.23 | 5.04 | 0.53 | 0.52 |
| Hex | C5 | 4D | 42 | 0 | 3D | 42 | 17 | 5 | 35 | 34 |
| Octal | 305 | 115 | 102 | 0 | 75 | 102 | 27 | 5 | 65 | 64 |
| Binary | 11000101 | 1001101 | 1000010 | 0 | 111101 | 1000010 | 10111 | 101 | 110101 | 110100 |
Color Harmonies of #C54D42
Complementary color
Monochromatic Colors of #C54D42
Black with #C54D42
Text Example
Text Example
White with #C54D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D42; }
p { color: rgb(197,77,66); }
H1.HeaderClassName
{
color: #C54D42;
}
.AnyTagClassName
{
color: #C54D42;
}
</style>
background-color css
<style>
a { background-color: #C54D42; }
a { background-color: rgb(197,77,66); }
div.DivClassName
{
background-color: #C54D42;
}
.BgClassName
{
background-color: #C54D42;
}
</style>
border-color css
<style>
span { border-color: #C54D42; }
span { border-color: rgb(197,77,66); }
td.TdClassName
{
border-color: #C54D42;
}
.TagClassName
{
border-color: #C54D42;
}
</style>