Html Css Color HEX #C86142 Dark Coral

📋 copy color: '#C86142'

red 200 ◦ green 97 ◦ blue 66

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

Shades of Dark Coral #C86142

Tints of Dark Coral #C86142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 55.1%
G = 26.72%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C86142 (or 0xC86142) is known color: Dark Coral. HEX triplet: C8, 61 and 42. RGB value is (200,97,66). Sum of RGB (Red+Green+Blue) = 200+97+66=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C86142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86142 is #379EBD. Grayscale: #7C7C7C. Windows color (decimal): -3645118 or 4350408. OLE color: 4350408.

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

Color convert

RGB 200 97 66 -
CMYK 0 0.52 0.67 0.22
HSL 13.88º 0.55% 0.52% -
HSV(B) 13.88º 0.67% 0.78% -
XYZ 29.08 21.22 7.72 -
YUV 124.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 200 97 66 0 0.52 0.67 0.22 13.88 0.55 0.52
Hex C8 61 42 0 34 43 16 E 37 34
Octal 310 141 102 0 64 103 26 16 67 64
Binary 11001000 1100001 1000010 0 110100 1000011 10110 1110 110111 110100

Color Harmonies of #C86142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86142

Black with #C86142

Text Example


Text Example

White with #C86142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86142; }

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

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

background-color css

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

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

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

border-color css

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

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

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