#C85041

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

Shades of Sunset #C85041

Tints of Sunset #C85041

Color information

#C85041 (or 0xC85041) is unknown color: approx Sunset. HEX triplet: C8, 50 and 41. RGB value is (200,80,65). Sum of RGB (Red+Green+Blue) = 200+80+65=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C85041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85041 is #37AFBE. Grayscale: #727272. Windows color (decimal): -3649471 or 4280520. OLE color: 4280520.

HSL color Cylindrical-coordinate representation of color #C85041: hue angle of 6.67º 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 #C85041 is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2008065-
CMYK00.60.680.22
HSL6.67º55.1%51.96%-
HSV(B)6.67º67.5%78.43%-
XYZ27.6418.47.1-
YUV114.17100.26189.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.97%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=57.97%
G=23.19%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200806500.60.680.226.6755.151.96
HexC8504103C441673734
Octal3101201010741042676764
Binary11001000101000010000010111100100010010110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85041; }

 p { color: rgb(200,80,65); }

 H1.HeaderClassName
 {
   color: #C85041;
 }
 .AnyTagClassName
 {
   color: #C85041;
 }
</style>
background-color css

<style>
 a { background-color: #C85041; }

 a { background-color: rgb(200,80,65); }

 div.DivClassName
 {
   background-color: #C85041;
 }
 .BgClassName
 {
   background-color: #C85041;
 }
</style>
border-color css

<style>
 span { border-color: #C85041; }

 span { border-color: rgb(200,80,65); }

 td.TdClassName
 {
   border-color: #C85041;
 }
 .TagClassName
 {
   border-color: #C85041;
 }
</style>