#C85142

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

Shades of Sunset #C85142

Tints of Sunset #C85142

Color information

#C85142 (or 0xC85142) is unknown color: approx Sunset. HEX triplet: C8, 51 and 42. RGB value is (200,81,66). Sum of RGB (Red+Green+Blue) = 200+81+66=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C85142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85142 is #37AEBD. Grayscale: #737373. Windows color (decimal): -3649214 or 4346312. OLE color: 4346312.

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

Color convert

RGB2008166-
CMYK00.590.670.22
HSL6.72º54.92%52.16%-
HSV(B)6.72º67%78.43%-
XYZ27.7518.567.27-
YUV114.87100.42188.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=57.64%
G=23.34%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200816600.590.670.226.7254.9252.16
HexC8514203B431673734
Octal3101211020731032676764
Binary11001000101000110000100111011100001110110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85142; }

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

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

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

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

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

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

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

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