Html Css Color HEX #C4703A Zest

📋 copy color: '#C4703A'

red 196 ◦ green 112 ◦ blue 58

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

Shades of Zest #C4703A

Tints of Zest #C4703A

RGB

 RED value IS 196 (76.95% from 255) = 53.55%

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

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

R = 53.55%
G = 30.6%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4703A (or 0xC4703A) is known color: Zest. HEX triplet: C4, 70 and 3A. RGB value is (196,112,58). Sum of RGB (Red+Green+Blue) = 196+112+58=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4703A is #3B8FC5. Grayscale: #838383. Windows color (decimal): -3903430 or 3829956. OLE color: 3829956.

HSL color Cylindrical-coordinate representation of color #C4703A: hue angle of 23.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4703A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 58 -
CMYK 0 0.43 0.70 0.23
HSL 23.48º 0.54% 0.5% -
HSV(B) 23.48º 0.7% 0.77% -
XYZ 29.32 23.63 7.02 -
YUV 130.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 196 112 58 0 0.43 0.70 0.23 23.48 0.54 0.5
Hex C4 70 3A 0 2B 46 17 17 36 32
Octal 304 160 72 0 53 106 27 27 66 62
Binary 11000100 1110000 111010 0 101011 1000110 10111 10111 110110 110010

Color Harmonies of #C4703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4703A

Black with #C4703A

Text Example


Text Example

White with #C4703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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