Html Css Color HEX #C86E3E Zest

📋 copy color: '#C86E3E'

red 200 ◦ green 110 ◦ blue 62

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

Shades of Zest #C86E3E

Tints of Zest #C86E3E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 62 (24.61% from 255) = 16.67%

R = 53.76%
G = 29.57%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C86E3E (or 0xC86E3E) is known color: Zest. HEX triplet: C8, 6E and 3E. RGB value is (200,110,62). Sum of RGB (Red+Green+Blue) = 200+110+62=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E3E is #3791C1. Grayscale: #838383. Windows color (decimal): -3641794 or 4091592. OLE color: 4091592.

HSL color Cylindrical-coordinate representation of color #C86E3E: hue angle of 20.87º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C86E3E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 110 62 -
CMYK 0 0.45 0.69 0.22
HSL 20.87º 0.56% 0.51% -
HSV(B) 20.87º 0.69% 0.78% -
XYZ 30.26 23.78 7.55 -
YUV 131.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 200 110 62 0 0.45 0.69 0.22 20.87 0.56 0.51
Hex C8 6E 3E 0 2D 45 16 15 38 33
Octal 310 156 76 0 55 105 26 25 70 63
Binary 11001000 1101110 111110 0 101101 1000101 10110 10101 111000 110011

Color Harmonies of #C86E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E3E

Black with #C86E3E

Text Example


Text Example

White with #C86E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E3E; }

 p { color: rgb(200,110,62); }

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

background-color css

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

 a { background-color: rgb(200,110,62); }

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

border-color css

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

 span { border-color: rgb(200,110,62); }

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