Html Css Color HEX #C86D41 Zest

📋 copy color: '#C86D41'

red 200 ◦ green 109 ◦ blue 65

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

Shades of Zest #C86D41

Tints of Zest #C86D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 53.48%
G = 29.14%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C86D41 (or 0xC86D41) is known color: Zest. HEX triplet: C8, 6D and 41. RGB value is (200,109,65). Sum of RGB (Red+Green+Blue) = 200+109+65=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D41 is #3792BE. Grayscale: #838383. Windows color (decimal): -3642047 or 4287944. OLE color: 4287944.

HSL color Cylindrical-coordinate representation of color #C86D41: hue angle of 19.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C86D41 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 65 -
CMYK 0 0.46 0.68 0.22
HSL 19.56º 0.55% 0.52% -
HSV(B) 19.56º 0.68% 0.78% -
XYZ 30.24 23.6 7.96 -
YUV 131.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 200 109 65 0 0.46 0.68 0.22 19.56 0.55 0.52
Hex C8 6D 41 0 2E 44 16 14 37 34
Octal 310 155 101 0 56 104 26 24 67 64
Binary 11001000 1101101 1000001 0 101110 1000100 10110 10100 110111 110100

Color Harmonies of #C86D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D41

Black with #C86D41

Text Example


Text Example

White with #C86D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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