#C85042

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

Shades of Sunset #C85042

Tints of Sunset #C85042

Color information

#C85042 (or 0xC85042) is unknown color: approx Sunset. HEX triplet: C8, 50 and 42. RGB value is (200,80,66). Sum of RGB (Red+Green+Blue) = 200+80+66=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C85042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85042 is #37AFBD. Grayscale: #727272. Windows color (decimal): -3649470 or 4346056. OLE color: 4346056.

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

Color convert

RGB2008066-
CMYK00.60.670.22
HSL6.27º54.92%52.16%-
HSV(B)6.27º67%78.43%-
XYZ27.6718.417.25-
YUV114.28100.76189.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=57.80%
G=23.12%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200806600.60.670.226.2754.9252.16
HexC8504203C431663734
Octal3101201020741032666764
Binary11001000101000010000100111100100001110110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85042; }

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

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

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

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

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

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

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

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