Html Css Color HEX #C8713C Zest

📋 copy color: '#C8713C'

red 200 ◦ green 113 ◦ blue 60

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

Shades of Zest #C8713C

Tints of Zest #C8713C

RGB

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

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

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

R = 53.62%
G = 30.29%
B = 16.09%

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

#C8713C (or 0xC8713C) is known color: Zest. HEX triplet: C8, 71 and 3C. RGB value is (200,113,60). Sum of RGB (Red+Green+Blue) = 200+113+60=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8713C is #378EC3. Grayscale: #858585. Windows color (decimal): -3641028 or 3961288. OLE color: 3961288.

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

Color convert

RGB 200 113 60 -
CMYK 0 0.44 0.7 0.22
HSL 22.71º 0.56% 0.51% -
HSV(B) 22.71º 0.7% 0.78% -
XYZ 30.54 24.42 7.38 -
YUV 132.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 200 113 60 0 0.44 0.7 0.22 22.71 0.56 0.51
Hex C8 71 3C 0 2C 46 16 17 38 33
Octal 310 161 74 0 54 106 26 27 70 63
Binary 11001000 1110001 111100 0 101100 1000110 10110 10111 111000 110011

Color Harmonies of #C8713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8713C

Black with #C8713C

Text Example


Text Example

White with #C8713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8713C; }

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

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

background-color css

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

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

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

border-color css

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

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

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