Html Css Color HEX #C8703F Zest

📋 copy color: '#C8703F'

red 200 ◦ green 112 ◦ blue 63

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

Shades of Zest #C8703F

Tints of Zest #C8703F

RGB

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

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

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

R = 53.33%
G = 29.87%
B = 16.8%

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

#C8703F (or 0xC8703F) is known color: Zest. HEX triplet: C8, 70 and 3F. RGB value is (200,112,63). Sum of RGB (Red+Green+Blue) = 200+112+63=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8703F is #378FC0. Grayscale: #858585. Windows color (decimal): -3641281 or 4157640. OLE color: 4157640.

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

Color convert

RGB 200 112 63 -
CMYK 0 0.44 0.68 0.22
HSL 21.46º 0.55% 0.52% -
HSV(B) 21.46º 0.69% 0.78% -
XYZ 30.51 24.23 7.77 -
YUV 132.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 200 112 63 0 0.44 0.68 0.22 21.46 0.55 0.52
Hex C8 70 3F 0 2C 44 16 15 37 34
Octal 310 160 77 0 54 104 26 25 67 64
Binary 11001000 1110000 111111 0 101100 1000100 10110 10101 110111 110100

Color Harmonies of #C8703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8703F

Black with #C8703F

Text Example


Text Example

White with #C8703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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