#C55A3F

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

Shades of Dark Coral #C55A3F

Tints of Dark Coral #C55A3F

Color information

#C55A3F (or 0xC55A3F) is unknown color: approx Dark Coral. HEX triplet: C5, 5A and 3F. RGB value is (197,90,63). Sum of RGB (Red+Green+Blue) = 197+90+63=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A3F is #3AA5C0. Grayscale: #777777. Windows color (decimal): -3843521 or 4152005. OLE color: 4152005.

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

Color convert

RGB1979063-
CMYK00.540.680.23
HSL12.09º53.6%50.98%-
HSV(B)12.09º68.02%77.25%-
XYZ27.5819.547.02-
YUV118.9296.45183.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.29%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 63 (25% from 255) = 18%
R=56.29%
G=25.71%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197906300.540.680.2312.0953.650.98
HexC55A3F0364417c3633
Octal3051327706610427146663
Binary11000101101101011111101101101000100101111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A3F; }

 p { color: rgb(197,90,63); }

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

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

 a { background-color: rgb(197,90,63); }

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

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

 span { border-color: rgb(197,90,63); }

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