Html Css Color HEX #C76A3D Zest

📋 copy color: '#C76A3D'

red 199 ◦ green 106 ◦ blue 61

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

Shades of Zest #C76A3D

Tints of Zest #C76A3D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 54.37%
G = 28.96%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C76A3D (or 0xC76A3D) is known color: Zest. HEX triplet: C7, 6A and 3D. RGB value is (199,106,61). Sum of RGB (Red+Green+Blue) = 199+106+61=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A3D is #3895C2. Grayscale: #808080. Windows color (decimal): -3708355 or 4025031. OLE color: 4025031.

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

Color convert

RGB 199 106 61 -
CMYK 0 0.47 0.69 0.22
HSL 19.57º 0.55% 0.51% -
HSV(B) 19.57º 0.69% 0.78% -
XYZ 29.55 22.79 7.26 -
YUV 128.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 199 106 61 0 0.47 0.69 0.22 19.57 0.55 0.51
Hex C7 6A 3D 0 2F 45 16 14 37 33
Octal 307 152 75 0 57 105 26 24 67 63
Binary 11000111 1101010 111101 0 101111 1000101 10110 10100 110111 110011

Color Harmonies of #C76A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A3D

Black with #C76A3D

Text Example


Text Example

White with #C76A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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