#C2544A

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

Shades of Sunset #C2544A

Tints of Sunset #C2544A

Color information

#C2544A (or 0xC2544A) is unknown color: approx Sunset. HEX triplet: C2, 54 and 4A. RGB value is (194,84,74). Sum of RGB (Red+Green+Blue) = 194+84+74=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2544A is #3DABB5. Grayscale: #737373. Windows color (decimal): -4041654 or 4871362. OLE color: 4871362.

HSL color Cylindrical-coordinate representation of color #C2544A: hue angle of 5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2544A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1948474-
CMYK00.570.620.24
HSL49.59%52.55%-
HSV(B)61.86%76.08%-
XYZ26.6518.38.61-
YUV115.75104.44183.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=55.11%
G=23.86%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194847400.570.620.24549.5952.55
HexC2544A0393E1853235
Octal302124112071763056265
Binary1100001010101001001010011100111111011000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2544A; }

 p { color: rgb(194,84,74); }

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

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

 a { background-color: rgb(194,84,74); }

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

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

 span { border-color: rgb(194,84,74); }

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