#c2544c

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

Shades of Sunset #C2544C

Tints of Sunset #C2544C

Color information

#C2544C (or 0xC2544C) is unknown color: approx Sunset. HEX triplet: C2, 54 and 4C. RGB value is (194,84,76). Sum of RGB (Red+Green+Blue) = 194+84+76=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2544C is #3DABB3. Grayscale: #747474. Windows color (decimal): -4041652 or 5002434. OLE color: 5002434.

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

Color convert

RGB1948476-
CMYK00.570.610.24
HSL4.07º49.17%52.94%-
HSV(B)4.07º60.82%76.08%-
XYZ26.7218.338.97-
YUV115.98105.44183.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.80%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=54.80%
G=23.73%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194847600.570.610.244.0749.1752.94
HexC2544C0393D1843135
Octal302124114071753046165
Binary1100001010101001001100011100111110111000100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2544c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2544c; }

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

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

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

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

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

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

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

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