Html Css Color HEX #C86C3C Zest

📋 copy color: '#C86C3C'

red 200 ◦ green 108 ◦ blue 60

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

Shades of Zest #C86C3C

Tints of Zest #C86C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 54.35%
G = 29.35%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C86C3C (or 0xC86C3C) is known color: Zest. HEX triplet: C8, 6C and 3C. RGB value is (200,108,60). Sum of RGB (Red+Green+Blue) = 200+108+60=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C3C is #3793C3. Grayscale: #828282. Windows color (decimal): -3642308 or 3960008. OLE color: 3960008.

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

Color convert

RGB 200 108 60 -
CMYK 0 0.46 0.7 0.22
HSL 20.57º 0.56% 0.51% -
HSV(B) 20.57º 0.7% 0.78% -
XYZ 30 23.33 7.2 -
YUV 130.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 200 108 60 0 0.46 0.7 0.22 20.57 0.56 0.51
Hex C8 6C 3C 0 2E 46 16 15 38 33
Octal 310 154 74 0 56 106 26 25 70 63
Binary 11001000 1101100 111100 0 101110 1000110 10110 10101 111000 110011

Color Harmonies of #C86C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C3C

Black with #C86C3C

Text Example


Text Example

White with #C86C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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