Html Css Color HEX #C86C32 Zest

📋 copy color: '#C86C32'

red 200 ◦ green 108 ◦ blue 50

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

Shades of Zest #C86C32

Tints of Zest #C86C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 55.87%
G = 30.17%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C86C32 (or 0xC86C32) is known color: Zest. HEX triplet: C8, 6C and 32. RGB value is (200,108,50). Sum of RGB (Red+Green+Blue) = 200+108+50=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C32 is #3793CD. Grayscale: #818181. Windows color (decimal): -3642318 or 3304648. OLE color: 3304648.

HSL color Cylindrical-coordinate representation of color #C86C32: hue angle of 23.2º degrees, saturation: 0.6, 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 #C86C32 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 108 50 -
CMYK 0 0.46 0.75 0.22
HSL 23.2º 0.6% 0.49% -
HSV(B) 23.2º 0.75% 0.78% -
XYZ 29.76 23.23 5.93 -
YUV 128.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 200 108 50 0 0.46 0.75 0.22 23.2 0.6 0.49
Hex C8 6C 32 0 2E 4B 16 17 3C 31
Octal 310 154 62 0 56 113 26 27 74 61
Binary 11001000 1101100 110010 0 101110 1001011 10110 10111 111100 110001

Color Harmonies of #C86C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C32

Black with #C86C32

Text Example


Text Example

White with #C86C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C32; }

 p { color: rgb(200,108,50); }

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

background-color css

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

 a { background-color: rgb(200,108,50); }

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

border-color css

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

 span { border-color: rgb(200,108,50); }

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