#c4553f

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

Shades of Dark Coral #C4553F

Tints of Dark Coral #C4553F

Color information

#C4553F (or 0xC4553F) is unknown color: approx Dark Coral. HEX triplet: C4, 55 and 3F. RGB value is (196,85,63). Sum of RGB (Red+Green+Blue) = 196+85+63=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4553F is #3BAAC0. Grayscale: #737373. Windows color (decimal): -3910337 or 4150724. OLE color: 4150724.

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

Color convert

RGB1968563-
CMYK00.570.680.23
HSL9.92º52.99%50.78%-
HSV(B)9.92º67.86%76.86%-
XYZ26.9118.596.87-
YUV115.6898.27185.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.98%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 63 (25% from 255) = 18.31%
R=56.98%
G=24.71%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196856300.570.680.239.9252.9950.78
HexC4553F0394417a3533
Octal3041257707110427126563
Binary11000100101010111111101110011000100101111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4553f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4553f; }

 p { color: rgb(196,85,63); }

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

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

 a { background-color: rgb(196,85,63); }

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

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

 span { border-color: rgb(196,85,63); }

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