#C55648

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

Shades of Sunset #C55648

Tints of Sunset #C55648

Color information

#C55648 (or 0xC55648) is unknown color: approx Sunset. HEX triplet: C5, 56 and 48. RGB value is (197,86,72). Sum of RGB (Red+Green+Blue) = 197+86+72=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55648 is #3AA9B7. Grayscale: #757575. Windows color (decimal): -3844536 or 4740805. OLE color: 4740805.

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

Color convert

RGB1978672-
CMYK00.560.630.23
HSL6.72º51.87%52.75%-
HSV(B)6.72º63.45%77.25%-
XYZ27.5218.998.35-
YUV117.59102.27184.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.49%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=55.49%
G=24.23%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197867200.560.630.236.7251.8752.75
HexC556480383F1773435
Octal305126110070772776465
Binary1100010110101101001000011100011111110111111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55648; }

 p { color: rgb(197,86,72); }

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

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

 a { background-color: rgb(197,86,72); }

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

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

 span { border-color: rgb(197,86,72); }

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