#c55247

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

Shades of Sunset #C55247

Tints of Sunset #C55247

Color information

#C55247 (or 0xC55247) is unknown color: approx Sunset. HEX triplet: C5, 52 and 47. RGB value is (197,82,71). Sum of RGB (Red+Green+Blue) = 197+82+71=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55247 is #3AADB8. Grayscale: #737373. Windows color (decimal): -3845561 or 4674245. OLE color: 4674245.

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

Color convert

RGB1978271-
CMYK00.580.640.23
HSL5.24º52.07%52.55%-
HSV(B)5.24º63.96%77.25%-
XYZ27.1818.368.07-
YUV115.13103.1186.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.29%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=56.29%
G=23.43%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197827100.580.640.235.2452.0752.55
HexC5524703A401753435
Octal3051221070721002756465
Binary11000101101001010001110111010100000010111101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55247; }

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

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

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

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

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

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

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

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