#C46F3C

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

Shades of Zest #C46F3C

Tints of Zest #C46F3C

Color information

#C46F3C (or 0xC46F3C) is unknown color: approx Zest. HEX triplet: C4, 6F and 3C. RGB value is (196,111,60). Sum of RGB (Red+Green+Blue) = 196+111+60=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F3C is #3B90C3. Grayscale: #828282. Windows color (decimal): -3903684 or 3960772. OLE color: 3960772.

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

Color convert

RGB19611160-
CMYK00.430.690.23
HSL22.5º53.54%50.2%-
HSV(B)22.5º69.39%76.86%-
XYZ29.2723.437.26-
YUV130.688.16174.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 60 (23.83% from 255) = 16.35%
R=53.41%
G=30.25%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961116000.430.690.2322.553.5450.2
HexC46F3C02B4517163632
Octal3041577405310527266662
Binary110001001101111111100010101110001011011110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F3C; }

 p { color: rgb(196,111,60); }

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

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

 a { background-color: rgb(196,111,60); }

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

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

 span { border-color: rgb(196,111,60); }

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