Html Css Color HEX #C8703B Zest

📋 copy color: '#C8703B'

red 200 ◦ green 112 ◦ blue 59

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

Shades of Zest #C8703B

Tints of Zest #C8703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 53.91%
G = 30.19%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8703B (or 0xC8703B) is known color: Zest. HEX triplet: C8, 70 and 3B. RGB value is (200,112,59). Sum of RGB (Red+Green+Blue) = 200+112+59=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8703B is #378FC4. Grayscale: #848484. Windows color (decimal): -3641285 or 3895496. OLE color: 3895496.

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

Color convert

RGB 200 112 59 -
CMYK 0 0.44 0.70 0.22
HSL 22.55º 0.56% 0.51% -
HSV(B) 22.55º 0.71% 0.78% -
XYZ 30.4 24.18 7.2 -
YUV 132.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 200 112 59 0 0.44 0.70 0.22 22.55 0.56 0.51
Hex C8 70 3B 0 2C 46 16 17 38 33
Octal 310 160 73 0 54 106 26 27 70 63
Binary 11001000 1110000 111011 0 101100 1000110 10110 10111 111000 110011

Color Harmonies of #C8703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8703B

Black with #C8703B

Text Example


Text Example

White with #C8703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8703B; }

 p { color: rgb(200,112,59); }

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

background-color css

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

 a { background-color: rgb(200,112,59); }

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

border-color css

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

 span { border-color: rgb(200,112,59); }

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