#C76A3C

Color #C76A3C Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C76A3C

Tints of Zest #C76A3C

Color information

#C76A3C (or 0xC76A3C) is unknown color: approx Zest. HEX triplet: C7, 6A and 3C. RGB value is (199,106,60). Sum of RGB (Red+Green+Blue) = 199+106+60=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A3C is #3895C3. Grayscale: #808080. Windows color (decimal): -3708356 or 3959495. OLE color: 3959495.

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

Color convert

RGB19910660-
CMYK00.470.700.22
HSL19.86º55.38%50.78%-
HSV(B)19.86º69.85%78.04%-
XYZ29.5222.787.12-
YUV128.5689.31178.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.52%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=54.52%
G=29.04%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991066000.470.700.2219.8655.3850.78
HexC76A3C02F4616143733
Octal3071527405710626246763
Binary110001111101010111100010111110001101011010100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76A3C; }

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

 H1.HeaderClassName
 {
   color: #C76A3C;
 }
 .AnyTagClassName
 {
   color: #C76A3C;
 }
</style>
background-color css

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

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

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

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

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

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