Html Css Color HEX #C8703A Zest

📋 copy color: '#C8703A'

red 200 ◦ green 112 ◦ blue 58

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

Shades of Zest #C8703A

Tints of Zest #C8703A

RGB

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

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

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

R = 54.05%
G = 30.27%
B = 15.68%

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

#C8703A (or 0xC8703A) is known color: Zest. HEX triplet: C8, 70 and 3A. RGB value is (200,112,58). Sum of RGB (Red+Green+Blue) = 200+112+58=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8703A is #378FC5. Grayscale: #848484. Windows color (decimal): -3641286 or 3829960. OLE color: 3829960.

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

Color convert

RGB 200 112 58 -
CMYK 0 0.44 0.71 0.22
HSL 22.82º 0.56% 0.51% -
HSV(B) 22.82º 0.71% 0.78% -
XYZ 30.38 24.17 7.07 -
YUV 132.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 200 112 58 0 0.44 0.71 0.22 22.82 0.56 0.51
Hex C8 70 3A 0 2C 47 16 17 38 33
Octal 310 160 72 0 54 107 26 27 70 63
Binary 11001000 1110000 111010 0 101100 1000111 10110 10111 111000 110011

Color Harmonies of #C8703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8703A

Black with #C8703A

Text Example


Text Example

White with #C8703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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