Html Css Color HEX #C86F3F Zest

📋 copy color: '#C86F3F'

red 200 ◦ green 111 ◦ blue 63

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

Shades of Zest #C86F3F

Tints of Zest #C86F3F

RGB

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

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

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

R = 53.48%
G = 29.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C86F3F (or 0xC86F3F) is known color: Zest. HEX triplet: C8, 6F and 3F. RGB value is (200,111,63). Sum of RGB (Red+Green+Blue) = 200+111+63=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F3F is #3790C0. Grayscale: #848484. Windows color (decimal): -3641537 or 4157384. OLE color: 4157384.

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

Color convert

RGB 200 111 63 -
CMYK 0 0.44 0.68 0.22
HSL 21.02º 0.55% 0.52% -
HSV(B) 21.02º 0.69% 0.78% -
XYZ 30.4 24.01 7.73 -
YUV 132.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 200 111 63 0 0.44 0.68 0.22 21.02 0.55 0.52
Hex C8 6F 3F 0 2C 44 16 15 37 34
Octal 310 157 77 0 54 104 26 25 67 64
Binary 11001000 1101111 111111 0 101100 1000100 10110 10101 110111 110100

Color Harmonies of #C86F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F3F

Black with #C86F3F

Text Example


Text Example

White with #C86F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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