Shades of Sunset #C85043
Tints of Sunset #C85043
RGB
CMYK
RGB Variations
Color information
#C85043 (or 0xC85043) is known color: Sunset. HEX triplet: C8, 50 and 43. RGB value is (200,80,67). Sum of RGB (Red+Green+Blue) = 200+80+67=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C85043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85043 is #37AFBC. Grayscale: #727272. Windows color (decimal): -3649469 or 4411592. OLE color: 4411592.
HSL color Cylindrical-coordinate representation of color #C85043: hue angle of 5.86º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C85043 is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 67 | - |
| CMYK | 0 | 0.6 | 0.66 | 0.22 |
| HSL | 5.86º | 0.55% | 0.52% | - |
| HSV(B) | 5.86º | 0.67% | 0.78% | - |
| XYZ | 27.7 | 18.42 | 7.41 | - |
| YUV | 114.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 67 | 0 | 0.6 | 0.66 | 0.22 | 5.86 | 0.55 | 0.52 |
| Hex | C8 | 50 | 43 | 0 | 3C | 42 | 16 | 6 | 37 | 34 |
| Octal | 310 | 120 | 103 | 0 | 74 | 102 | 26 | 6 | 67 | 64 |
| Binary | 11001000 | 1010000 | 1000011 | 0 | 111100 | 1000010 | 10110 | 110 | 110111 | 110100 |
Color Harmonies of #C85043
Complementary color
Monochromatic Colors of #C85043
Black with #C85043
Text Example
Text Example
White with #C85043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85043; }
p { color: rgb(200,80,67); }
H1.HeaderClassName
{
color: #C85043;
}
.AnyTagClassName
{
color: #C85043;
}
</style>
background-color css
<style>
a { background-color: #C85043; }
a { background-color: rgb(200,80,67); }
div.DivClassName
{
background-color: #C85043;
}
.BgClassName
{
background-color: #C85043;
}
</style>
border-color css
<style>
span { border-color: #C85043; }
span { border-color: rgb(200,80,67); }
td.TdClassName
{
border-color: #C85043;
}
.TagClassName
{
border-color: #C85043;
}
</style>