#c5573f

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

Shades of Dark Coral #C5573F

Tints of Dark Coral #C5573F

Color information

#C5573F (or 0xC5573F) is unknown color: approx Dark Coral. HEX triplet: C5, 57 and 3F. RGB value is (197,87,63). Sum of RGB (Red+Green+Blue) = 197+87+63=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5573F is #3AA8C0. Grayscale: #757575. Windows color (decimal): -3844289 or 4151237. OLE color: 4151237.

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

Color convert

RGB1978763-
CMYK00.560.680.23
HSL10.75º53.6%50.98%-
HSV(B)10.75º68.02%77.25%-
XYZ27.3319.056.94-
YUV117.1597.44184.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 63 (25% from 255) = 18.16%
R=56.77%
G=25.07%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197876300.560.680.2310.7553.650.98
HexC5573F0384417b3633
Octal3051277707010427136663
Binary11000101101011111111101110001000100101111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5573f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5573f; }

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

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

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

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

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

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

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

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