Html Css Color HEX #C86C36 Zest

📋 copy color: '#C86C36'

red 200 ◦ green 108 ◦ blue 54

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

Shades of Zest #C86C36

Tints of Zest #C86C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.92%

R = 55.25%
G = 29.83%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C86C36 (or 0xC86C36) is known color: Zest. HEX triplet: C8, 6C and 36. RGB value is (200,108,54). Sum of RGB (Red+Green+Blue) = 200+108+54=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C36 is #3793C9. Grayscale: #818181. Windows color (decimal): -3642314 or 3566792. OLE color: 3566792.

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

Color convert

RGB 200 108 54 -
CMYK 0 0.46 0.73 0.22
HSL 22.19º 0.57% 0.5% -
HSV(B) 22.19º 0.73% 0.78% -
XYZ 29.85 23.27 6.41 -
YUV 129.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 200 108 54 0 0.46 0.73 0.22 22.19 0.57 0.5
Hex C8 6C 36 0 2E 49 16 16 39 32
Octal 310 154 66 0 56 111 26 26 71 62
Binary 11001000 1101100 110110 0 101110 1001001 10110 10110 111001 110010

Color Harmonies of #C86C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C36

Black with #C86C36

Text Example


Text Example

White with #C86C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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