Html Css Color HEX #C76A3B Zest

📋 copy color: '#C76A3B'

red 199 ◦ green 106 ◦ blue 59

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

Shades of Zest #C76A3B

Tints of Zest #C76A3B

RGB

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

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

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

R = 54.67%
G = 29.12%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C76A3B (or 0xC76A3B) is known color: Zest. HEX triplet: C7, 6A and 3B. RGB value is (199,106,59). Sum of RGB (Red+Green+Blue) = 199+106+59=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A3B is #3895C4. Grayscale: #808080. Windows color (decimal): -3708357 or 3893959. OLE color: 3893959.

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

Color convert

RGB 199 106 59 -
CMYK 0 0.47 0.70 0.22
HSL 20.14º 0.56% 0.51% -
HSV(B) 20.14º 0.7% 0.78% -
XYZ 29.5 22.77 6.98 -
YUV 128.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 199 106 59 0 0.47 0.70 0.22 20.14 0.56 0.51
Hex C7 6A 3B 0 2F 46 16 14 38 33
Octal 307 152 73 0 57 106 26 24 70 63
Binary 11000111 1101010 111011 0 101111 1000110 10110 10100 111000 110011

Color Harmonies of #C76A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A3B

Black with #C76A3B

Text Example


Text Example

White with #C76A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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