Shades of Sunset #C84640
Tints of Sunset #C84640
RGB
CMYK
RGB Variations
Color information
#C84640 (or 0xC84640) is known color: Sunset. HEX triplet: C8, 46 and 40. RGB value is (200,70,64). Sum of RGB (Red+Green+Blue) = 200+70+64=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C84640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84640 is #37B9BF. Grayscale: #6C6C6C. Windows color (decimal): -3652032 or 4212424. OLE color: 4212424.
HSL color Cylindrical-coordinate representation of color #C84640: hue angle of 2.65º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84640 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 64 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.22 |
| HSL | 2.65º | 0.55% | 0.52% | - |
| HSV(B) | 2.65º | 0.68% | 0.78% | - |
| XYZ | 26.93 | 17.03 | 6.72 | - |
| YUV | 108.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 64 | 0 | 0.65 | 0.68 | 0.22 | 2.65 | 0.55 | 0.52 |
| Hex | C8 | 46 | 40 | 0 | 41 | 44 | 16 | 3 | 37 | 34 |
| Octal | 310 | 106 | 100 | 0 | 101 | 104 | 26 | 3 | 67 | 64 |
| Binary | 11001000 | 1000110 | 1000000 | 0 | 1000001 | 1000100 | 10110 | 11 | 110111 | 110100 |
Color Harmonies of #C84640
Complementary color
Monochromatic Colors of #C84640
Black with #C84640
Text Example
Text Example
White with #C84640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84640; }
p { color: rgb(200,70,64); }
H1.HeaderClassName
{
color: #C84640;
}
.AnyTagClassName
{
color: #C84640;
}
</style>
background-color css
<style>
a { background-color: #C84640; }
a { background-color: rgb(200,70,64); }
div.DivClassName
{
background-color: #C84640;
}
.BgClassName
{
background-color: #C84640;
}
</style>
border-color css
<style>
span { border-color: #C84640; }
span { border-color: rgb(200,70,64); }
td.TdClassName
{
border-color: #C84640;
}
.TagClassName
{
border-color: #C84640;
}
</style>