Shades of Sunset #C64845
Tints of Sunset #C64845
RGB
CMYK
RGB Variations
Color information
#C64845 (or 0xC64845) is known color: Sunset. HEX triplet: C6, 48 and 45. RGB value is (198,72,69). Sum of RGB (Red+Green+Blue) = 198+72+69=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C64845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64845 is #39B7BA. Grayscale: #6D6D6D. Windows color (decimal): -3782587 or 4540614. OLE color: 4540614.
HSL color Cylindrical-coordinate representation of color #C64845: hue angle of 1.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64845 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 69 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.22 |
| HSL | 1.4º | 0.53% | 0.52% | - |
| HSV(B) | 1.4º | 0.65% | 0.78% | - |
| XYZ | 26.68 | 17.07 | 7.52 | - |
| YUV | 109.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 69 | 0 | 0.64 | 0.65 | 0.22 | 1.4 | 0.53 | 0.52 |
| Hex | C6 | 48 | 45 | 0 | 40 | 41 | 16 | 1 | 35 | 34 |
| Octal | 306 | 110 | 105 | 0 | 100 | 101 | 26 | 1 | 65 | 64 |
| Binary | 11000110 | 1001000 | 1000101 | 0 | 1000000 | 1000001 | 10110 | 1 | 110101 | 110100 |
Color Harmonies of #C64845
Complementary color
Monochromatic Colors of #C64845
Black with #C64845
Text Example
Text Example
White with #C64845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64845; }
p { color: rgb(198,72,69); }
H1.HeaderClassName
{
color: #C64845;
}
.AnyTagClassName
{
color: #C64845;
}
</style>
background-color css
<style>
a { background-color: #C64845; }
a { background-color: rgb(198,72,69); }
div.DivClassName
{
background-color: #C64845;
}
.BgClassName
{
background-color: #C64845;
}
</style>
border-color css
<style>
span { border-color: #C64845; }
span { border-color: rgb(198,72,69); }
td.TdClassName
{
border-color: #C64845;
}
.TagClassName
{
border-color: #C64845;
}
</style>