#C86343

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

Shades of Dark Coral #C86343

Tints of Dark Coral #C86343

Color information

#C86343 (or 0xC86343) is unknown color: approx Dark Coral. HEX triplet: C8, 63 and 43. RGB value is (200,99,67). Sum of RGB (Red+Green+Blue) = 200+99+67=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C86343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86343 is #379CBC. Grayscale: #7D7D7D. Windows color (decimal): -3644605 or 4416456. OLE color: 4416456.

HSL color Cylindrical-coordinate representation of color #C86343: hue angle of 14.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C86343 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB2009967-
CMYK00.500.660.22
HSL14.44º54.73%52.35%-
HSV(B)14.44º66.5%78.43%-
XYZ29.2921.617.94-
YUV125.5594.96181.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.64%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=54.64%
G=27.05%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200996700.500.660.2214.4454.7352.35
HexC863430324216e3734
Octal31014310306210226166764
Binary110010001100011100001101100101000010101101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86343; }

 p { color: rgb(200,99,67); }

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

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

 a { background-color: rgb(200,99,67); }

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

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

 span { border-color: rgb(200,99,67); }

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