Html Css Color HEX #C7713C Zest

📋 copy color: '#C7713C'

red 199 ◦ green 113 ◦ blue 60

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

Shades of Zest #C7713C

Tints of Zest #C7713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.38%

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 53.49%
G = 30.38%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7713C (or 0xC7713C) is known color: Zest. HEX triplet: C7, 71 and 3C. RGB value is (199,113,60). Sum of RGB (Red+Green+Blue) = 199+113+60=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7713C is #388EC3. Grayscale: #848484. Windows color (decimal): -3706564 or 3961287. OLE color: 3961287.

HSL color Cylindrical-coordinate representation of color #C7713C: hue angle of 22.88º degrees, saturation: 0.55, 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 #C7713C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 60 -
CMYK 0 0.43 0.70 0.22
HSL 22.88º 0.55% 0.51% -
HSV(B) 22.88º 0.7% 0.78% -
XYZ 30.27 24.28 7.37 -
YUV 132.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 199 113 60 0 0.43 0.70 0.22 22.88 0.55 0.51
Hex C7 71 3C 0 2B 46 16 17 37 33
Octal 307 161 74 0 53 106 26 27 67 63
Binary 11000111 1110001 111100 0 101011 1000110 10110 10111 110111 110011

Color Harmonies of #C7713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7713C

Black with #C7713C

Text Example


Text Example

White with #C7713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7713C; }

 p { color: rgb(199,113,60); }

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

background-color css

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

 a { background-color: rgb(199,113,60); }

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

border-color css

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

 span { border-color: rgb(199,113,60); }

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