Html Css Color HEX #C86B39 Zest

📋 copy color: '#C86B39'

red 200 ◦ green 107 ◦ blue 57

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

Shades of Zest #C86B39

Tints of Zest #C86B39

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 57 (22.66% from 255) = 15.66%

R = 54.95%
G = 29.4%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C86B39 (or 0xC86B39) is known color: Zest. HEX triplet: C8, 6B and 39. RGB value is (200,107,57). Sum of RGB (Red+Green+Blue) = 200+107+57=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B39 is #3794C6. Grayscale: #818181. Windows color (decimal): -3642567 or 3763144. OLE color: 3763144.

HSL color Cylindrical-coordinate representation of color #C86B39: hue angle of 20.98º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C86B39 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 107 57 -
CMYK 0 0.46 0.72 0.22
HSL 20.98º 0.57% 0.5% -
HSV(B) 20.98º 0.72% 0.78% -
XYZ 29.82 23.09 6.76 -
YUV 129.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 200 107 57 0 0.46 0.72 0.22 20.98 0.57 0.5
Hex C8 6B 39 0 2E 48 16 15 39 32
Octal 310 153 71 0 56 110 26 25 71 62
Binary 11001000 1101011 111001 0 101110 1001000 10110 10101 111001 110010

Color Harmonies of #C86B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B39

Black with #C86B39

Text Example


Text Example

White with #C86B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B39; }

 p { color: rgb(200,107,57); }

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

background-color css

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

 a { background-color: rgb(200,107,57); }

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

border-color css

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

 span { border-color: rgb(200,107,57); }

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