Html Css Color HEX #C86F39 Zest

📋 copy color: '#C86F39'

red 200 ◦ green 111 ◦ blue 57

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

Shades of Zest #C86F39

Tints of Zest #C86F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 57 (22.66% from 255) = 15.49%

R = 54.35%
G = 30.16%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C86F39 (or 0xC86F39) is known color: Zest. HEX triplet: C8, 6F and 39. RGB value is (200,111,57). Sum of RGB (Red+Green+Blue) = 200+111+57=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F39 is #3790C6. Grayscale: #838383. Windows color (decimal): -3641543 or 3764168. OLE color: 3764168.

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

Color convert

RGB 200 111 57 -
CMYK 0 0.44 0.72 0.22
HSL 22.66º 0.57% 0.5% -
HSV(B) 22.66º 0.72% 0.78% -
XYZ 30.24 23.94 6.9 -
YUV 131.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 200 111 57 0 0.44 0.72 0.22 22.66 0.57 0.5
Hex C8 6F 39 0 2C 48 16 17 39 32
Octal 310 157 71 0 54 110 26 27 71 62
Binary 11001000 1101111 111001 0 101100 1001000 10110 10111 111001 110010

Color Harmonies of #C86F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F39

Black with #C86F39

Text Example


Text Example

White with #C86F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F39; }

 p { color: rgb(200,111,57); }

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

background-color css

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

 a { background-color: rgb(200,111,57); }

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

border-color css

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

 span { border-color: rgb(200,111,57); }

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