Html Css Color HEX #C86C37 Zest

📋 copy color: '#C86C37'

red 200 ◦ green 108 ◦ blue 55

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

Shades of Zest #C86C37

Tints of Zest #C86C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.15%

R = 55.1%
G = 29.75%
B = 15.15%

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

#C86C37 (or 0xC86C37) is known color: Zest. HEX triplet: C8, 6C and 37. RGB value is (200,108,55). Sum of RGB (Red+Green+Blue) = 200+108+55=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C37 is #3793C8. Grayscale: #818181. Windows color (decimal): -3642313 or 3632328. OLE color: 3632328.

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

Color convert

RGB 200 108 55 -
CMYK 0 0.46 0.72 0.22
HSL 21.93º 0.57% 0.5% -
HSV(B) 21.93º 0.73% 0.78% -
XYZ 29.87 23.28 6.53 -
YUV 129.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 200 108 55 0 0.46 0.72 0.22 21.93 0.57 0.5
Hex C8 6C 37 0 2E 48 16 16 39 32
Octal 310 154 67 0 56 110 26 26 71 62
Binary 11001000 1101100 110111 0 101110 1001000 10110 10110 111001 110010

Color Harmonies of #C86C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C37

Black with #C86C37

Text Example


Text Example

White with #C86C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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