#C54942

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

Shades of Sunset #C54942

Tints of Sunset #C54942

Color information

#C54942 (or 0xC54942) is unknown color: approx Sunset. HEX triplet: C5, 49 and 42. RGB value is (197,73,66). Sum of RGB (Red+Green+Blue) = 197+73+66=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C54942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54942 is #3AB6BD. Grayscale: #6D6D6D. Windows color (decimal): -3847870 or 4344261. OLE color: 4344261.

HSL color Cylindrical-coordinate representation of color #C54942: hue angle of 3.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54942 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB1977366-
CMYK00.630.660.23
HSL3.21º53.04%51.57%-
HSV(B)3.21º66.5%77.25%-
XYZ26.3917.037.05-
YUV109.28103.58190.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.63%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=58.63%
G=21.73%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197736600.630.660.233.2153.0451.57
HexC5494203F421733534
Octal3051111020771022736564
Binary1100010110010011000010011111110000101011111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54942; }

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

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

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

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

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

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

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

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