Html Css Color HEX #C8713F Zest

📋 copy color: '#C8713F'

red 200 ◦ green 113 ◦ blue 63

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

Shades of Zest #C8713F

Tints of Zest #C8713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 53.19%
G = 30.05%
B = 16.76%

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

#C8713F (or 0xC8713F) is known color: Zest. HEX triplet: C8, 71 and 3F. RGB value is (200,113,63). Sum of RGB (Red+Green+Blue) = 200+113+63=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8713F is #378EC0. Grayscale: #858585. Windows color (decimal): -3641025 or 4157896. OLE color: 4157896.

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

Color convert

RGB 200 113 63 -
CMYK 0 0.44 0.68 0.22
HSL 21.9º 0.55% 0.52% -
HSV(B) 21.9º 0.69% 0.78% -
XYZ 30.62 24.45 7.81 -
YUV 133.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 200 113 63 0 0.44 0.68 0.22 21.9 0.55 0.52
Hex C8 71 3F 0 2C 44 16 16 37 34
Octal 310 161 77 0 54 104 26 26 67 64
Binary 11001000 1110001 111111 0 101100 1000100 10110 10110 110111 110100

Color Harmonies of #C8713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8713F

Black with #C8713F

Text Example


Text Example

White with #C8713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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