#C46F41

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

Shades of Zest #C46F41

Tints of Zest #C46F41

Color information

#C46F41 (or 0xC46F41) is unknown color: approx Zest. HEX triplet: C4, 6F and 41. RGB value is (196,111,65). Sum of RGB (Red+Green+Blue) = 196+111+65=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F41 is #3B90BE. Grayscale: #838383. Windows color (decimal): -3903679 or 4288452. OLE color: 4288452.

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

Color convert

RGB19611165-
CMYK00.430.670.23
HSL21.07º52.61%51.18%-
HSV(B)21.07º66.84%76.86%-
XYZ29.423.497.98-
YUV131.1790.66174.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=52.69%
G=29.84%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961116500.430.670.2321.0752.6151.18
HexC46F4102B4317153533
Octal30415710105310327256563
Binary1100010011011111000001010101110000111011110101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F41; }

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

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

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

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

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

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

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

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