#C54540

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

Shades of Sunset #C54540

Tints of Sunset #C54540

Color information

#C54540 (or 0xC54540) is unknown color: approx Sunset. HEX triplet: C5, 45 and 40. RGB value is (197,69,64). Sum of RGB (Red+Green+Blue) = 197+69+64=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C54540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54540 is #3ABABF. Grayscale: #6A6A6A. Windows color (decimal): -3848896 or 4212165. OLE color: 4212165.

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

Color convert

RGB1976964-
CMYK00.650.680.23
HSL2.26º53.41%51.18%-
HSV(B)2.26º67.51%77.25%-
XYZ26.0816.56.66-
YUV106.7103.91192.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=59.70%
G=20.91%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197696400.650.680.232.2653.4151.18
HexC54540041441723533
Octal30510510001011042726563
Binary11000101100010110000000100000110001001011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54540; }

 p { color: rgb(197,69,64); }

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

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

 a { background-color: rgb(197,69,64); }

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

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

 span { border-color: rgb(197,69,64); }

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