Html Css Color HEX #C86F3C Zest

📋 copy color: '#C86F3C'

red 200 ◦ green 111 ◦ blue 60

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

Shades of Zest #C86F3C

Tints of Zest #C86F3C

RGB

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

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

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

R = 53.91%
G = 29.92%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C86F3C (or 0xC86F3C) is known color: Zest. HEX triplet: C8, 6F and 3C. RGB value is (200,111,60). Sum of RGB (Red+Green+Blue) = 200+111+60=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F3C is #3790C3. Grayscale: #848484. Windows color (decimal): -3641540 or 3960776. OLE color: 3960776.

HSL color Cylindrical-coordinate representation of color #C86F3C: hue angle of 21.86º 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 #C86F3C is Cyan = 0, Magento = 0.44, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 111 60 -
CMYK 0 0.44 0.7 0.22
HSL 21.86º 0.56% 0.51% -
HSV(B) 21.86º 0.7% 0.78% -
XYZ 30.32 23.97 7.3 -
YUV 131.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 200 111 60 0 0.44 0.7 0.22 21.86 0.56 0.51
Hex C8 6F 3C 0 2C 46 16 16 38 33
Octal 310 157 74 0 54 106 26 26 70 63
Binary 11001000 1101111 111100 0 101100 1000110 10110 10110 111000 110011

Color Harmonies of #C86F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F3C

Black with #C86F3C

Text Example


Text Example

White with #C86F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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