#C55249

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

Shades of Sunset #C55249

Tints of Sunset #C55249

Color information

#C55249 (or 0xC55249) is unknown color: approx Sunset. HEX triplet: C5, 52 and 49. RGB value is (197,82,73). Sum of RGB (Red+Green+Blue) = 197+82+73=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C55249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55249 is #3AADB6. Grayscale: #737373. Windows color (decimal): -3845559 or 4805317. OLE color: 4805317.

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

Color convert

RGB1978273-
CMYK00.580.630.23
HSL4.35º51.67%52.94%-
HSV(B)4.35º62.94%77.25%-
XYZ27.2518.398.42-
YUV115.36104.1186.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=55.97%
G=23.30%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197827300.580.630.234.3551.6752.94
HexC5524903A3F1743435
Octal305122111072772746465
Binary1100010110100101001001011101011111110111100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55249; }

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

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

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

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

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

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

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

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