Html Css Color HEX #C86D36 Zest

📋 copy color: '#C86D36'

red 200 ◦ green 109 ◦ blue 54

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

Shades of Zest #C86D36

Tints of Zest #C86D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

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

R = 55.1%
G = 30.03%
B = 14.88%

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

#C86D36 (or 0xC86D36) is known color: Zest. HEX triplet: C8, 6D and 36. RGB value is (200,109,54). Sum of RGB (Red+Green+Blue) = 200+109+54=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D36 is #3792C9. Grayscale: #828282. Windows color (decimal): -3642058 or 3567048. OLE color: 3567048.

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

Color convert

RGB 200 109 54 -
CMYK 0 0.46 0.73 0.22
HSL 22.6º 0.57% 0.5% -
HSV(B) 22.6º 0.73% 0.78% -
XYZ 29.95 23.48 6.44 -
YUV 129.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 200 109 54 0 0.46 0.73 0.22 22.6 0.57 0.5
Hex C8 6D 36 0 2E 49 16 17 39 32
Octal 310 155 66 0 56 111 26 27 71 62
Binary 11001000 1101101 110110 0 101110 1001001 10110 10111 111001 110010

Color Harmonies of #C86D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D36

Black with #C86D36

Text Example


Text Example

White with #C86D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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