#C85244

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

Shades of Sunset #C85244

Tints of Sunset #C85244

Color information

#C85244 (or 0xC85244) is unknown color: approx Sunset. HEX triplet: C8, 52 and 44. RGB value is (200,82,68). Sum of RGB (Red+Green+Blue) = 200+82+68=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C85244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85244 is #37ADBB. Grayscale: #737373. Windows color (decimal): -3648956 or 4477640. OLE color: 4477640.

HSL color Cylindrical-coordinate representation of color #C85244: hue angle of 6.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C85244 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB2008268-
CMYK00.590.660.22
HSL6.36º54.55%52.55%-
HSV(B)6.36º66%78.43%-
XYZ27.8818.737.61-
YUV115.69101.09188.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.14%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 68 (26.95% from 255) = 19.43%
R=57.14%
G=23.43%
B=19.43%

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
Decimal200826800.590.660.226.3654.5552.55
HexC8524403B421663735
Octal3101221040731022666765
Binary11001000101001010001000111011100001010110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85244; }

 p { color: rgb(200,82,68); }

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

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

 a { background-color: rgb(200,82,68); }

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

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

 span { border-color: rgb(200,82,68); }

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