Shades of Sunset #C54646
Tints of Sunset #C54646
RGB
CMYK
RGB Variations
Color information
#C54646 (or 0xC54646) is known color: Sunset. HEX triplet: C5, 46 and 46. RGB value is (197,70,70). Sum of RGB (Red+Green+Blue) = 197+70+70=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C54646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54646 is #3AB9B9. Grayscale: #6C6C6C. Windows color (decimal): -3848634 or 4605637. OLE color: 4605637.
HSL color Cylindrical-coordinate representation of color #C54646: hue angle of 0º 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 #C54646 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 70 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.23 |
| HSL | 0º | 0.52% | 0.52% | - |
| HSV(B) | 0º | 0.64% | 0.77% | - |
| XYZ | 26.32 | 16.69 | 7.63 | - |
| YUV | 107.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 70 | 0 | 0.64 | 0.64 | 0.23 | 0 | 0.52 | 0.52 |
| Hex | C5 | 46 | 46 | 0 | 40 | 40 | 17 | 0 | 34 | 34 |
| Octal | 305 | 106 | 106 | 0 | 100 | 100 | 27 | 0 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1000110 | 0 | 1000000 | 1000000 | 10111 | 0 | 110100 | 110100 |
Color Harmonies of #C54646
Complementary color
Monochromatic Colors of #C54646
Black with #C54646
Text Example
Text Example
White with #C54646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54646; }
p { color: rgb(197,70,70); }
H1.HeaderClassName
{
color: #C54646;
}
.AnyTagClassName
{
color: #C54646;
}
</style>
background-color css
<style>
a { background-color: #C54646; }
a { background-color: rgb(197,70,70); }
div.DivClassName
{
background-color: #C54646;
}
.BgClassName
{
background-color: #C54646;
}
</style>
border-color css
<style>
span { border-color: #C54646; }
span { border-color: rgb(197,70,70); }
td.TdClassName
{
border-color: #C54646;
}
.TagClassName
{
border-color: #C54646;
}
</style>