Html Css Color HEX #C76E3C Zest

📋 copy color: '#C76E3C'

red 199 ◦ green 110 ◦ blue 60

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

Shades of Zest #C76E3C

Tints of Zest #C76E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 53.93%
G = 29.81%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C76E3C (or 0xC76E3C) is known color: Zest. HEX triplet: C7, 6E and 3C. RGB value is (199,110,60). Sum of RGB (Red+Green+Blue) = 199+110+60=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E3C is #3891C3. Grayscale: #838383. Windows color (decimal): -3707332 or 3960519. OLE color: 3960519.

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

Color convert

RGB 199 110 60 -
CMYK 0 0.45 0.70 0.22
HSL 21.58º 0.55% 0.51% -
HSV(B) 21.58º 0.7% 0.78% -
XYZ 29.94 23.62 7.26 -
YUV 130.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 199 110 60 0 0.45 0.70 0.22 21.58 0.55 0.51
Hex C7 6E 3C 0 2D 46 16 16 37 33
Octal 307 156 74 0 55 106 26 26 67 63
Binary 11000111 1101110 111100 0 101101 1000110 10110 10110 110111 110011

Color Harmonies of #C76E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E3C

Black with #C76E3C

Text Example


Text Example

White with #C76E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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