Html Css Color HEX #C7703B Zest

📋 copy color: '#C7703B'

red 199 ◦ green 112 ◦ blue 59

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

Shades of Zest #C7703B

Tints of Zest #C7703B

RGB

 RED value IS 199 (78.13% from 255) = 53.78%

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

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

R = 53.78%
G = 30.27%
B = 15.95%

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

#C7703B (or 0xC7703B) is known color: Zest. HEX triplet: C7, 70 and 3B. RGB value is (199,112,59). Sum of RGB (Red+Green+Blue) = 199+112+59=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7703B is #388FC4. Grayscale: #848484. Windows color (decimal): -3706821 or 3895495. OLE color: 3895495.

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

Color convert

RGB 199 112 59 -
CMYK 0 0.44 0.70 0.22
HSL 22.71º 0.56% 0.51% -
HSV(B) 22.71º 0.7% 0.78% -
XYZ 30.14 24.05 7.19 -
YUV 131.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 199 112 59 0 0.44 0.70 0.22 22.71 0.56 0.51
Hex C7 70 3B 0 2C 46 16 17 38 33
Octal 307 160 73 0 54 106 26 27 70 63
Binary 11000111 1110000 111011 0 101100 1000110 10110 10111 111000 110011

Color Harmonies of #C7703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7703B

Black with #C7703B

Text Example


Text Example

White with #C7703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7703B; }

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

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

background-color css

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

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

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

border-color css

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

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

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