#C5554A

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

Shades of Sunset #C5554A

Tints of Sunset #C5554A

Color information

#C5554A (or 0xC5554A) is unknown color: approx Sunset. HEX triplet: C5, 55 and 4A. RGB value is (197,85,74). Sum of RGB (Red+Green+Blue) = 197+85+74=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5554A is #3AAAB5. Grayscale: #757575. Windows color (decimal): -3844790 or 4871621. OLE color: 4871621.

HSL color Cylindrical-coordinate representation of color #C5554A: 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.62%. Process color model (Four color, CMYK) of #C5554A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1978574-
CMYK00.570.620.23
HSL5.37º51.46%53.14%-
HSV(B)5.37º62.44%77.25%-
XYZ27.5118.868.67-
YUV117.23103.61184.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.34%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=55.34%
G=23.88%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197857400.570.620.235.3751.4653.14
HexC5554A0393E1753335
Octal305125112071762756365
Binary1100010110101011001010011100111111010111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5554A; }

 p { color: rgb(197,85,74); }

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

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

 a { background-color: rgb(197,85,74); }

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

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

 span { border-color: rgb(197,85,74); }

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