#C85043

Color #C85043 Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #C85043

Tints of Sunset #C85043

Color information

#C85043 (or 0xC85043) is unknown color: approx 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.67%. 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

RGB2008067-
CMYK00.60.660.22
HSL5.86º54.73%52.35%-
HSV(B)5.86º66.5%78.43%-
XYZ27.718.427.41-
YUV114.4101.26189.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=57.64%
G=23.05%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200806700.60.660.225.8654.7352.35
HexC8504303C421663734
Octal3101201030741022666764
Binary11001000101000010000110111100100001010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>