Html Css Color HEX #C86A3E Zest

📋 copy color: '#C86A3E'

red 200 ◦ green 106 ◦ blue 62

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

Shades of Zest #C86A3E

Tints of Zest #C86A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 54.35%
G = 28.8%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C86A3E (or 0xC86A3E) is known color: Zest. HEX triplet: C8, 6A and 3E. RGB value is (200,106,62). Sum of RGB (Red+Green+Blue) = 200+106+62=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A3E is #3795C1. Grayscale: #818181. Windows color (decimal): -3642818 or 4090568. OLE color: 4090568.

HSL color Cylindrical-coordinate representation of color #C86A3E: hue angle of 19.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C86A3E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 62 -
CMYK 0 0.47 0.69 0.22
HSL 19.13º 0.56% 0.51% -
HSV(B) 19.13º 0.69% 0.78% -
XYZ 29.84 22.94 7.41 -
YUV 129.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 200 106 62 0 0.47 0.69 0.22 19.13 0.56 0.51
Hex C8 6A 3E 0 2F 45 16 13 38 33
Octal 310 152 76 0 57 105 26 23 70 63
Binary 11001000 1101010 111110 0 101111 1000101 10110 10011 111000 110011

Color Harmonies of #C86A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A3E

Black with #C86A3E

Text Example


Text Example

White with #C86A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A3E; }

 p { color: rgb(200,106,62); }

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

background-color css

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

 a { background-color: rgb(200,106,62); }

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

border-color css

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

 span { border-color: rgb(200,106,62); }

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