Html Css Color HEX #C76D3D Zest

📋 copy color: '#C76D3D'

red 199 ◦ green 109 ◦ blue 61

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

Shades of Zest #C76D3D

Tints of Zest #C76D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.53%

R = 53.93%
G = 29.54%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C76D3D (or 0xC76D3D) is known color: Zest. HEX triplet: C7, 6D and 3D. RGB value is (199,109,61). Sum of RGB (Red+Green+Blue) = 199+109+61=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D3D is #3892C2. Grayscale: #828282. Windows color (decimal): -3707587 or 4025799. OLE color: 4025799.

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

Color convert

RGB 199 109 61 -
CMYK 0 0.45 0.69 0.22
HSL 20.87º 0.55% 0.51% -
HSV(B) 20.87º 0.69% 0.78% -
XYZ 29.86 23.42 7.36 -
YUV 130.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 199 109 61 0 0.45 0.69 0.22 20.87 0.55 0.51
Hex C7 6D 3D 0 2D 45 16 15 37 33
Octal 307 155 75 0 55 105 26 25 67 63
Binary 11000111 1101101 111101 0 101101 1000101 10110 10101 110111 110011

Color Harmonies of #C76D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D3D

Black with #C76D3D

Text Example


Text Example

White with #C76D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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