#C6553F

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

Shades of Dark Coral #C6553F

Tints of Dark Coral #C6553F

Color information

#C6553F (or 0xC6553F) is unknown color: approx Dark Coral. HEX triplet: C6, 55 and 3F. RGB value is (198,85,63). Sum of RGB (Red+Green+Blue) = 198+85+63=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6553F is #39AAC0. Grayscale: #747474. Windows color (decimal): -3779265 or 4150726. OLE color: 4150726.

HSL color Cylindrical-coordinate representation of color #C6553F: hue angle of 9.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6553F is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1988563-
CMYK00.570.680.22
HSL9.78º54.22%51.18%-
HSV(B)9.78º68.18%77.65%-
XYZ27.4318.866.9-
YUV116.2897.94186.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.23%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 63 (25% from 255) = 18.21%
R=57.23%
G=24.57%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198856300.570.680.229.7854.2251.18
HexC6553F0394416a3633
Octal3061257707110426126663
Binary11000110101010111111101110011000100101101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6553F; }

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

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

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

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

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

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

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

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