Html Css Color HEX #C86B3C Zest

📋 copy color: '#C86B3C'

red 200 ◦ green 107 ◦ blue 60

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

Shades of Zest #C86B3C

Tints of Zest #C86B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 54.5%
G = 29.16%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C86B3C (or 0xC86B3C) is known color: Zest. HEX triplet: C8, 6B and 3C. RGB value is (200,107,60). Sum of RGB (Red+Green+Blue) = 200+107+60=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B3C is #3794C3. Grayscale: #818181. Windows color (decimal): -3642564 or 3959752. OLE color: 3959752.

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

Color convert

RGB 200 107 60 -
CMYK 0 0.46 0.7 0.22
HSL 20.14º 0.56% 0.51% -
HSV(B) 20.14º 0.7% 0.78% -
XYZ 29.89 23.12 7.16 -
YUV 129.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 200 107 60 0 0.46 0.7 0.22 20.14 0.56 0.51
Hex C8 6B 3C 0 2E 46 16 14 38 33
Octal 310 153 74 0 56 106 26 24 70 63
Binary 11001000 1101011 111100 0 101110 1000110 10110 10100 111000 110011

Color Harmonies of #C86B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B3C

Black with #C86B3C

Text Example


Text Example

White with #C86B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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