Html Css Color HEX #C46D41 Zest

📋 copy color: '#C46D41'

red 196 ◦ green 109 ◦ blue 65

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

Shades of Zest #C46D41

Tints of Zest #C46D41

RGB

 RED value IS 196 (76.95% from 255) = 52.97%

 GREEN value IS 109 (42.97% from 255) = 29.46%

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 52.97%
G = 29.46%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46D41 (or 0xC46D41) is known color: Zest. HEX triplet: C4, 6D and 41. RGB value is (196,109,65). Sum of RGB (Red+Green+Blue) = 196+109+65=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D41 is #3B92BE. Grayscale: #828282. Windows color (decimal): -3904191 or 4287940. OLE color: 4287940.

HSL color Cylindrical-coordinate representation of color #C46D41: hue angle of 20.15º 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 #C46D41 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 109 65 -
CMYK 0 0.44 0.67 0.23
HSL 20.15º 0.53% 0.51% -
HSV(B) 20.15º 0.67% 0.77% -
XYZ 29.19 23.05 7.91 -
YUV 130 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 196 109 65 0 0.44 0.67 0.23 20.15 0.53 0.51
Hex C4 6D 41 0 2C 43 17 14 35 33
Octal 304 155 101 0 54 103 27 24 65 63
Binary 11000100 1101101 1000001 0 101100 1000011 10111 10100 110101 110011

Color Harmonies of #C46D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D41

Black with #C46D41

Text Example


Text Example

White with #C46D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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