#C55548

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

Shades of Sunset #C55548

Tints of Sunset #C55548

Color information

#C55548 (or 0xC55548) is unknown color: approx Sunset. HEX triplet: C5, 55 and 48. RGB value is (197,85,72). Sum of RGB (Red+Green+Blue) = 197+85+72=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C55548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55548 is #3AAAB7. Grayscale: #757575. Windows color (decimal): -3844792 or 4740549. OLE color: 4740549.

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

Color convert

RGB1978572-
CMYK00.570.630.23
HSL6.24º51.87%52.75%-
HSV(B)6.24º63.45%77.25%-
XYZ27.4418.848.32-
YUV117.01102.61185.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=55.65%
G=24.01%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197857200.570.630.236.2451.8752.75
HexC555480393F1763435
Octal305125110071772766465
Binary1100010110101011001000011100111111110111110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55548; }

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

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

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

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

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

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

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

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