#C55446

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

Shades of Sunset #C55446

Tints of Sunset #C55446

Color information

#C55446 (or 0xC55446) is unknown color: approx Sunset. HEX triplet: C5, 54 and 46. RGB value is (197,84,70). Sum of RGB (Red+Green+Blue) = 197+84+70=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C55446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55446 is #3AABB9. Grayscale: #747474. Windows color (decimal): -3845050 or 4609221. OLE color: 4609221.

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

Color convert

RGB1978470-
CMYK00.570.640.23
HSL6.61º52.26%52.35%-
HSV(B)6.61º64.47%77.25%-
XYZ27.318.657.96-
YUV116.19101.94185.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.13%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=56.13%
G=23.93%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197847000.570.640.236.6152.2652.35
HexC55446039401773434
Octal3051241060711002776464
Binary11000101101010010001100111001100000010111111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55446; }

 p { color: rgb(197,84,70); }

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

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

 a { background-color: rgb(197,84,70); }

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

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

 span { border-color: rgb(197,84,70); }

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