Html Css Color HEX #C86346 Dark Coral

📋 copy color: '#C86346'

red 200 ◦ green 99 ◦ blue 70

#C86346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #C86346

Tints of Dark Coral #C86346

RGB

 RED value IS 200 (78.52% from 255) = 54.2%

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 54.2%
G = 26.83%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C86346 (or 0xC86346) is known color: Dark Coral. HEX triplet: C8, 63 and 46. RGB value is (200,99,70). Sum of RGB (Red+Green+Blue) = 200+99+70=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C86346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86346 is #379CB9. Grayscale: #7E7E7E. Windows color (decimal): -3644602 or 4613064. OLE color: 4613064.

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

Color convert

RGB 200 99 70 -
CMYK 0 0.50 0.65 0.22
HSL 13.38º 0.54% 0.53% -
HSV(B) 13.38º 0.65% 0.78% -
XYZ 29.39 21.65 8.42 -
YUV 125.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 200 99 70 0 0.50 0.65 0.22 13.38 0.54 0.53
Hex C8 63 46 0 32 41 16 D 36 35
Octal 310 143 106 0 62 101 26 15 66 65
Binary 11001000 1100011 1000110 0 110010 1000001 10110 1101 110110 110101

Color Harmonies of #C86346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86346

Black with #C86346

Text Example


Text Example

White with #C86346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86346; }

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

 H1.HeaderClassName
 {
   color: #C86346;
 }
 .AnyTagClassName
 {
   color: #C86346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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