Shades of Sunset #C54946
Tints of Sunset #C54946
RGB
CMYK
RGB Variations
Color information
#C54946 (or 0xC54946) is known color: Sunset. HEX triplet: C5, 49 and 46. RGB value is (197,73,70). Sum of RGB (Red+Green+Blue) = 197+73+70=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C54946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54946 is #3AB6B9. Grayscale: #6D6D6D. Windows color (decimal): -3847866 or 4606405. OLE color: 4606405.
HSL color Cylindrical-coordinate representation of color #C54946: hue angle of 1.42º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54946 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 70 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.23 |
| HSL | 1.42º | 0.52% | 0.52% | - |
| HSV(B) | 1.42º | 0.64% | 0.77% | - |
| XYZ | 26.51 | 17.08 | 7.69 | - |
| YUV | 109.73 | 105.58 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 70 | 0 | 0.63 | 0.64 | 0.23 | 1.42 | 0.52 | 0.52 |
| Hex | C5 | 49 | 46 | 0 | 3F | 40 | 17 | 1 | 34 | 34 |
| Octal | 305 | 111 | 106 | 0 | 77 | 100 | 27 | 1 | 64 | 64 |
| Binary | 11000101 | 1001001 | 1000110 | 0 | 111111 | 1000000 | 10111 | 1 | 110100 | 110100 |
Color Harmonies of #C54946
Complementary color
Monochromatic Colors of #C54946
Black with #C54946
Text Example
Text Example
White with #C54946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54946; }
p { color: rgb(197,73,70); }
H1.HeaderClassName
{
color: #C54946;
}
.AnyTagClassName
{
color: #C54946;
}
</style>
background-color css
<style>
a { background-color: #C54946; }
a { background-color: rgb(197,73,70); }
div.DivClassName
{
background-color: #C54946;
}
.BgClassName
{
background-color: #C54946;
}
</style>
border-color css
<style>
span { border-color: #C54946; }
span { border-color: rgb(197,73,70); }
td.TdClassName
{
border-color: #C54946;
}
.TagClassName
{
border-color: #C54946;
}
</style>