#C55340

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

Shades of Dark Coral #C55340

Tints of Dark Coral #C55340

Color information

#C55340 (or 0xC55340) is unknown color: approx Dark Coral. HEX triplet: C5, 53 and 40. RGB value is (197,83,64). Sum of RGB (Red+Green+Blue) = 197+83+64=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C55340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55340 is #3AACBF. Grayscale: #737373. Windows color (decimal): -3845312 or 4215749. OLE color: 4215749.

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

Color convert

RGB1978364-
CMYK00.580.680.23
HSL8.57º53.41%51.18%-
HSV(B)8.57º67.51%77.25%-
XYZ27.0418.436.98-
YUV114.9299.27186.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.27%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=57.27%
G=24.13%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197836400.580.680.238.5753.4151.18
HexC5534003A441793533
Octal30512310007210427116563
Binary110001011010011100000001110101000100101111001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55340; }

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

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

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

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

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

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

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

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