#C55143

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

Shades of Sunset #C55143

Tints of Sunset #C55143

Color information

#C55143 (or 0xC55143) is unknown color: approx Sunset. HEX triplet: C5, 51 and 43. RGB value is (197,81,67). Sum of RGB (Red+Green+Blue) = 197+81+67=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55143 is #3AAEBC. Grayscale: #727272. Windows color (decimal): -3845821 or 4411845. OLE color: 4411845.

HSL color Cylindrical-coordinate representation of color #C55143: hue angle of 6.46º 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 #C55143 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB1978167-
CMYK00.590.660.23
HSL6.46º52.85%51.76%-
HSV(B)6.46º65.99%77.25%-
XYZ26.9818.167.39-
YUV114.09101.43187.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=57.10%
G=23.48%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197816700.590.660.236.4652.8551.76
HexC5514303B421763534
Octal3051211030731022766564
Binary11000101101000110000110111011100001010111110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55143; }

 p { color: rgb(197,81,67); }

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

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

 a { background-color: rgb(197,81,67); }

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

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

 span { border-color: rgb(197,81,67); }

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