#C85143

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

Shades of Sunset #C85143

Tints of Sunset #C85143

Color information

#C85143 (or 0xC85143) is unknown color: approx Sunset. HEX triplet: C8, 51 and 43. RGB value is (200,81,67). Sum of RGB (Red+Green+Blue) = 200+81+67=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C85143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85143 is #37AEBC. Grayscale: #737373. Windows color (decimal): -3649213 or 4411848. OLE color: 4411848.

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

Color convert

RGB2008167-
CMYK00.590.660.22
HSL6.32º54.73%52.35%-
HSV(B)6.32º66.5%78.43%-
XYZ27.7718.577.43-
YUV114.98100.92188.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 67 (26.56% from 255) = 19.25%
R=57.47%
G=23.28%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200816700.590.660.226.3254.7352.35
HexC8514303B421663734
Octal3101211030731022666764
Binary11001000101000110000110111011100001010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85143; }

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

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

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

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

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

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

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

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