#C85549

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

Shades of Sunset #C85549

Tints of Sunset #C85549

Color information

#C85549 (or 0xC85549) is unknown color: approx Sunset. HEX triplet: C8, 55 and 49. RGB value is (200,85,73). Sum of RGB (Red+Green+Blue) = 200+85+73=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85549 is #37AAB6. Grayscale: #767676. Windows color (decimal): -3648183 or 4806088. OLE color: 4806088.

HSL color Cylindrical-coordinate representation of color #C85549: hue angle of 5.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85549 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB2008573-
CMYK00.580.640.22
HSL5.67º53.59%53.53%-
HSV(B)5.67º63.5%78.43%-
XYZ28.2719.268.53-
YUV118.02102.6186.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.87%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=55.87%
G=23.74%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200857300.580.640.225.6753.5953.53
HexC8554903A401663636
Octal3101251110721002666666
Binary11001000101010110010010111010100000010110110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85549; }

 p { color: rgb(200,85,73); }

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

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

 a { background-color: rgb(200,85,73); }

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

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

 span { border-color: rgb(200,85,73); }

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