Html Css Color HEX #C8713A Zest

📋 copy color: '#C8713A'

red 200 ◦ green 113 ◦ blue 58

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

Shades of Zest #C8713A

Tints of Zest #C8713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 53.91%
G = 30.46%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8713A (or 0xC8713A) is known color: Zest. HEX triplet: C8, 71 and 3A. RGB value is (200,113,58). Sum of RGB (Red+Green+Blue) = 200+113+58=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8713A is #378EC5. Grayscale: #858585. Windows color (decimal): -3641030 or 3830216. OLE color: 3830216.

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

Color convert

RGB 200 113 58 -
CMYK 0 0.44 0.71 0.22
HSL 23.24º 0.56% 0.51% -
HSV(B) 23.24º 0.71% 0.78% -
XYZ 30.49 24.4 7.1 -
YUV 132.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 200 113 58 0 0.44 0.71 0.22 23.24 0.56 0.51
Hex C8 71 3A 0 2C 47 16 17 38 33
Octal 310 161 72 0 54 107 26 27 70 63
Binary 11001000 1110001 111010 0 101100 1000111 10110 10111 111000 110011

Color Harmonies of #C8713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8713A

Black with #C8713A

Text Example


Text Example

White with #C8713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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