Html Css Color HEX #C7702E Zest

📋 copy color: '#C7702E'

red 199 ◦ green 112 ◦ blue 46

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

Shades of Zest #C7702E

Tints of Zest #C7702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 55.74%
G = 31.37%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7702E (or 0xC7702E) is known color: Zest. HEX triplet: C7, 70 and 2E. RGB value is (199,112,46). Sum of RGB (Red+Green+Blue) = 199+112+46=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7702E is #388FD1. Grayscale: #828282. Windows color (decimal): -3706834 or 3043527. OLE color: 3043527.

HSL color Cylindrical-coordinate representation of color #C7702E: hue angle of 25.88º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7702E is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 46 -
CMYK 0 0.44 0.77 0.22
HSL 25.88º 0.62% 0.48% -
HSV(B) 25.88º 0.77% 0.78% -
XYZ 29.84 23.93 5.63 -
YUV 130.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 199 112 46 0 0.44 0.77 0.22 25.88 0.62 0.48
Hex C7 70 2E 0 2C 4D 16 1A 3E 30
Octal 307 160 56 0 54 115 26 32 76 60
Binary 11000111 1110000 101110 0 101100 1001101 10110 11010 111110 110000

Color Harmonies of #C7702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7702E

Black with #C7702E

Text Example


Text Example

White with #C7702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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