#C55243

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

Shades of Sunset #C55243

Tints of Sunset #C55243

Color information

#C55243 (or 0xC55243) is unknown color: approx Sunset. HEX triplet: C5, 52 and 43. RGB value is (197,82,67). Sum of RGB (Red+Green+Blue) = 197+82+67=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C55243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55243 is #3AADBC. Grayscale: #727272. Windows color (decimal): -3845565 or 4412101. OLE color: 4412101.

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

Color convert

RGB1978267-
CMYK00.580.660.23
HSL6.92º52.85%51.76%-
HSV(B)6.92º65.99%77.25%-
XYZ27.0618.317.42-
YUV114.68101.1186.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=56.94%
G=23.70%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197826700.580.660.236.9252.8551.76
HexC5524303A421773534
Octal3051221030721022776564
Binary11000101101001010000110111010100001010111111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55243; }

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

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

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

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

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

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

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

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