#C86143

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

Shades of Dark Coral #C86143

Tints of Dark Coral #C86143

Color information

#C86143 (or 0xC86143) is unknown color: approx Dark Coral. HEX triplet: C8, 61 and 43. RGB value is (200,97,67). Sum of RGB (Red+Green+Blue) = 200+97+67=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86143 is #379EBC. Grayscale: #7C7C7C. Windows color (decimal): -3645117 or 4415944. OLE color: 4415944.

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

Color convert

RGB2009767-
CMYK00.520.660.22
HSL13.53º54.73%52.35%-
HSV(B)13.53º66.5%78.43%-
XYZ29.1121.237.87-
YUV124.3895.62181.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 67 (26.56% from 255) = 18.41%
R=54.95%
G=26.65%
B=18.41%

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
Decimal200976700.520.660.2213.5354.7352.35
HexC861430344216e3734
Octal31014110306410226166764
Binary110010001100001100001101101001000010101101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86143; }

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

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

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

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

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

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

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

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