Html Css Color HEX #C76D3B Zest

📋 copy color: '#C76D3B'

red 199 ◦ green 109 ◦ blue 59

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

Shades of Zest #C76D3B

Tints of Zest #C76D3B

RGB

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

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

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

R = 54.22%
G = 29.7%
B = 16.08%

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

#C76D3B (or 0xC76D3B) is known color: Zest. HEX triplet: C7, 6D and 3B. RGB value is (199,109,59). Sum of RGB (Red+Green+Blue) = 199+109+59=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D3B is #3892C4. Grayscale: #828282. Windows color (decimal): -3707589 or 3894727. OLE color: 3894727.

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

Color convert

RGB 199 109 59 -
CMYK 0 0.45 0.70 0.22
HSL 21.43º 0.56% 0.51% -
HSV(B) 21.43º 0.7% 0.78% -
XYZ 29.81 23.4 7.08 -
YUV 130.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 199 109 59 0 0.45 0.70 0.22 21.43 0.56 0.51
Hex C7 6D 3B 0 2D 46 16 15 38 33
Octal 307 155 73 0 55 106 26 25 70 63
Binary 11000111 1101101 111011 0 101101 1000110 10110 10101 111000 110011

Color Harmonies of #C76D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D3B

Black with #C76D3B

Text Example


Text Example

White with #C76D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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