#C55641

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

Shades of Dark Coral #C55641

Tints of Dark Coral #C55641

Color information

#C55641 (or 0xC55641) is unknown color: approx Dark Coral. HEX triplet: C5, 56 and 41. RGB value is (197,86,65). Sum of RGB (Red+Green+Blue) = 197+86+65=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55641 is #3AA9BE. Grayscale: #747474. Windows color (decimal): -3844543 or 4282053. OLE color: 4282053.

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

Color convert

RGB1978665-
CMYK00.560.670.23
HSL9.55º53.23%51.37%-
HSV(B)9.55º67.01%77.25%-
XYZ27.3118.917.21-
YUV116.7998.77185.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.61%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=56.61%
G=24.71%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197866500.560.670.239.5553.2351.37
HexC556410384317a3533
Octal30512610107010327126563
Binary110001011010110100000101110001000011101111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55641; }

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

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

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

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

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

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

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

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