#C86043

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

Shades of Dark Coral #C86043

Tints of Dark Coral #C86043

Color information

#C86043 (or 0xC86043) is unknown color: approx Dark Coral. HEX triplet: C8, 60 and 43. RGB value is (200,96,67). Sum of RGB (Red+Green+Blue) = 200+96+67=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C86043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86043 is #379FBC. Grayscale: #7C7C7C. Windows color (decimal): -3645373 or 4415688. OLE color: 4415688.

HSL color Cylindrical-coordinate representation of color #C86043: hue angle of 13.08º 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 #C86043 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB2009667-
CMYK00.520.660.22
HSL13.08º54.73%52.35%-
HSV(B)13.08º66.5%78.43%-
XYZ29.0221.057.84-
YUV123.7995.96182.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.10%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 67 (26.56% from 255) = 18.46%
R=55.10%
G=26.45%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200966700.520.660.2213.0854.7352.35
HexC860430344216d3734
Octal31014010306410226156764
Binary110010001100000100001101101001000010101101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86043; }

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

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

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

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

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

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

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

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