#C45549

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

Shades of Sunset #C45549

Tints of Sunset #C45549

Color information

#C45549 (or 0xC45549) is unknown color: approx Sunset. HEX triplet: C4, 55 and 49. RGB value is (196,85,73). Sum of RGB (Red+Green+Blue) = 196+85+73=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C45549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45549 is #3BAAB6. Grayscale: #747474. Windows color (decimal): -3910327 or 4806084. OLE color: 4806084.

HSL color Cylindrical-coordinate representation of color #C45549: hue angle of 5.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45549 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1968573-
CMYK00.570.630.23
HSL5.85º51.04%52.75%-
HSV(B)5.85º62.76%76.86%-
XYZ27.2218.718.48-
YUV116.82103.27184.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.37%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=55.37%
G=24.01%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196857300.570.630.235.8551.0452.75
HexC455490393F1763335
Octal304125111071772766365
Binary1100010010101011001001011100111111110111110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45549; }

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

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

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

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

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

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

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

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