Html Css Color HEX #C76D40 Zest

📋 copy color: '#C76D40'

red 199 ◦ green 109 ◦ blue 64

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

Shades of Zest #C76D40

Tints of Zest #C76D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 53.49%
G = 29.3%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C76D40 (or 0xC76D40) is known color: Zest. HEX triplet: C7, 6D and 40. RGB value is (199,109,64). Sum of RGB (Red+Green+Blue) = 199+109+64=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D40 is #3892BF. Grayscale: #838383. Windows color (decimal): -3707584 or 4222407. OLE color: 4222407.

HSL color Cylindrical-coordinate representation of color #C76D40: hue angle of 20º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C76D40 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 109 64 -
CMYK 0 0.45 0.68 0.22
HSL 20º 0.55% 0.52% -
HSV(B) 20º 0.68% 0.78% -
XYZ 29.95 23.45 7.8 -
YUV 130.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 199 109 64 0 0.45 0.68 0.22 20 0.55 0.52
Hex C7 6D 40 0 2D 44 16 14 37 34
Octal 307 155 100 0 55 104 26 24 67 64
Binary 11000111 1101101 1000000 0 101101 1000100 10110 10100 110111 110100

Color Harmonies of #C76D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D40

Black with #C76D40

Text Example


Text Example

White with #C76D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D40; }

 p { color: rgb(199,109,64); }

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

background-color css

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

 a { background-color: rgb(199,109,64); }

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

border-color css

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

 span { border-color: rgb(199,109,64); }

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