#C46C3A

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

Shades of Zest #C46C3A

Tints of Zest #C46C3A

Color information

#C46C3A (or 0xC46C3A) is unknown color: approx Zest. HEX triplet: C4, 6C and 3A. RGB value is (196,108,58). Sum of RGB (Red+Green+Blue) = 196+108+58=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C3A is #3B93C5. Grayscale: #808080. Windows color (decimal): -3904454 or 3828932. OLE color: 3828932.

HSL color Cylindrical-coordinate representation of color #C46C3A: hue angle of 21.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C46C3A is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19610858-
CMYK00.450.700.23
HSL21.74º54.33%49.8%-
HSV(B)21.74º70.41%76.86%-
XYZ28.8922.776.87-
YUV128.6188.15176.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.14%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 58 (23.05% from 255) = 16.02%
R=54.14%
G=29.83%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961085800.450.700.2321.7454.3349.8
HexC46C3A02D4617163632
Octal3041547205510627266662
Binary110001001101100111010010110110001101011110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C3A; }

 p { color: rgb(196,108,58); }

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

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

 a { background-color: rgb(196,108,58); }

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

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

 span { border-color: rgb(196,108,58); }

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