#C55943

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

Shades of Dark Coral #C55943

Tints of Dark Coral #C55943

Color information

#C55943 (or 0xC55943) is unknown color: approx Dark Coral. HEX triplet: C5, 59 and 43. RGB value is (197,89,67). Sum of RGB (Red+Green+Blue) = 197+89+67=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C55943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55943 is #3AA6BC. Grayscale: #767676. Windows color (decimal): -3843773 or 4413893. OLE color: 4413893.

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

Color convert

RGB1978967-
CMYK00.550.660.23
HSL10.15º52.85%51.76%-
HSV(B)10.15º65.99%77.25%-
XYZ27.6119.427.6-
YUV118.7898.78183.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.81%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=55.81%
G=25.21%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197896700.550.660.2310.1552.8551.76
HexC559430374217a3534
Octal30513110306710227126564
Binary110001011011001100001101101111000010101111010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55943; }

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

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

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

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

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

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

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

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