Html Css Color HEX #C46D3A Zest

📋 copy color: '#C46D3A'

red 196 ◦ green 109 ◦ blue 58

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

Shades of Zest #C46D3A

Tints of Zest #C46D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 53.99%
G = 30.03%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C46D3A (or 0xC46D3A) is known color: Zest. HEX triplet: C4, 6D and 3A. RGB value is (196,109,58). Sum of RGB (Red+Green+Blue) = 196+109+58=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D3A is #3B92C5. Grayscale: #818181. Windows color (decimal): -3904198 or 3829188. OLE color: 3829188.

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

Color convert

RGB 196 109 58 -
CMYK 0 0.44 0.70 0.23
HSL 22.17º 0.54% 0.5% -
HSV(B) 22.17º 0.7% 0.77% -
XYZ 29 22.98 6.91 -
YUV 129.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 196 109 58 0 0.44 0.70 0.23 22.17 0.54 0.5
Hex C4 6D 3A 0 2C 46 17 16 36 32
Octal 304 155 72 0 54 106 27 26 66 62
Binary 11000100 1101101 111010 0 101100 1000110 10111 10110 110110 110010

Color Harmonies of #C46D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D3A

Black with #C46D3A

Text Example


Text Example

White with #C46D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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