#C45449

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

Shades of Sunset #C45449

Tints of Sunset #C45449

Color information

#C45449 (or 0xC45449) is unknown color: approx Sunset. HEX triplet: C4, 54 and 49. RGB value is (196,84,73). Sum of RGB (Red+Green+Blue) = 196+84+73=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C45449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45449 is #3BABB6. Grayscale: #747474. Windows color (decimal): -3910583 or 4805828. OLE color: 4805828.

HSL color Cylindrical-coordinate representation of color #C45449: hue angle of 5.37º 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 #C45449 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1968473-
CMYK00.570.630.23
HSL5.37º51.04%52.75%-
HSV(B)5.37º62.76%76.86%-
XYZ27.1418.568.45-
YUV116.23103.61184.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.52%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=55.52%
G=23.80%
B=20.68%

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
Decimal196847300.570.630.235.3751.0452.75
HexC454490393F1753335
Octal304124111071772756365
Binary1100010010101001001001011100111111110111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45449; }

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

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

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

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

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

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

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

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