#C54F49

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

Shades of Sunset #C54F49

Tints of Sunset #C54F49

Color information

#C54F49 (or 0xC54F49) is unknown color: approx Sunset. HEX triplet: C5, 4F and 49. RGB value is (197,79,73). Sum of RGB (Red+Green+Blue) = 197+79+73=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54F49 is #3AB0B6. Grayscale: #717171. Windows color (decimal): -3846327 or 4804549. OLE color: 4804549.

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

Color convert

RGB1977973-
CMYK00.600.630.23
HSL2.9º51.67%52.94%-
HSV(B)2.9º62.94%77.25%-
XYZ27.0217.948.34-
YUV113.6105.09187.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=56.45%
G=22.64%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197797300.600.630.232.951.6752.94
HexC54F4903C3F1733435
Octal305117111074772736465
Binary110001011001111100100101111001111111011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54F49; }

 p { color: rgb(197,79,73); }

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

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

 a { background-color: rgb(197,79,73); }

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

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

 span { border-color: rgb(197,79,73); }

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