Html Css Color HEX #C86D31 Zest

📋 copy color: '#C86D31'

red 200 ◦ green 109 ◦ blue 49

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

Shades of Zest #C86D31

Tints of Zest #C86D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 55.87%
G = 30.45%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C86D31 (or 0xC86D31) is known color: Zest. HEX triplet: C8, 6D and 31. RGB value is (200,109,49). Sum of RGB (Red+Green+Blue) = 200+109+49=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D31 is #3792CE. Grayscale: #818181. Windows color (decimal): -3642063 or 3239368. OLE color: 3239368.

HSL color Cylindrical-coordinate representation of color #C86D31: hue angle of 23.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C86D31 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 49 -
CMYK 0 0.46 0.76 0.22
HSL 23.84º 0.61% 0.49% -
HSV(B) 23.84º 0.76% 0.78% -
XYZ 29.84 23.44 5.86 -
YUV 129.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 200 109 49 0 0.46 0.76 0.22 23.84 0.61 0.49
Hex C8 6D 31 0 2E 4C 16 18 3D 31
Octal 310 155 61 0 56 114 26 30 75 61
Binary 11001000 1101101 110001 0 101110 1001100 10110 11000 111101 110001

Color Harmonies of #C86D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D31

Black with #C86D31

Text Example


Text Example

White with #C86D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D31; }

 p { color: rgb(200,109,49); }

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

background-color css

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

 a { background-color: rgb(200,109,49); }

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

border-color css

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

 span { border-color: rgb(200,109,49); }

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