#C55940

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

Shades of Dark Coral #C55940

Tints of Dark Coral #C55940

Color information

#C55940 (or 0xC55940) is unknown color: approx Dark Coral. HEX triplet: C5, 59 and 40. RGB value is (197,89,64). Sum of RGB (Red+Green+Blue) = 197+89+64=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55940 is #3AA6BF. Grayscale: #767676. Windows color (decimal): -3843776 or 4217285. OLE color: 4217285.

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

Color convert

RGB1978964-
CMYK00.550.680.23
HSL11.28º53.41%51.18%-
HSV(B)11.28º67.51%77.25%-
XYZ27.5219.397.14-
YUV118.4497.28184.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.29%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=56.29%
G=25.43%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197896400.550.680.2311.2853.4151.18
HexC559400374417b3533
Octal30513110006710427136563
Binary110001011011001100000001101111000100101111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55940; }

 p { color: rgb(197,89,64); }

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

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

 a { background-color: rgb(197,89,64); }

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

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

 span { border-color: rgb(197,89,64); }

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