Html Css Color HEX #C86C3F Zest

📋 copy color: '#C86C3F'

red 200 ◦ green 108 ◦ blue 63

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

Shades of Zest #C86C3F

Tints of Zest #C86C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 53.91%
G = 29.11%
B = 16.98%

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

#C86C3F (or 0xC86C3F) is known color: Zest. HEX triplet: C8, 6C and 3F. RGB value is (200,108,63). Sum of RGB (Red+Green+Blue) = 200+108+63=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C3F is #3793C0. Grayscale: #828282. Windows color (decimal): -3642305 or 4156616. OLE color: 4156616.

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

Color convert

RGB 200 108 63 -
CMYK 0 0.46 0.68 0.22
HSL 19.71º 0.55% 0.52% -
HSV(B) 19.71º 0.69% 0.78% -
XYZ 30.08 23.36 7.63 -
YUV 130.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 200 108 63 0 0.46 0.68 0.22 19.71 0.55 0.52
Hex C8 6C 3F 0 2E 44 16 14 37 34
Octal 310 154 77 0 56 104 26 24 67 64
Binary 11001000 1101100 111111 0 101110 1000100 10110 10100 110111 110100

Color Harmonies of #C86C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C3F

Black with #C86C3F

Text Example


Text Example

White with #C86C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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