Html Css Color HEX #C46A3E Zest

📋 copy color: '#C46A3E'

red 196 ◦ green 106 ◦ blue 62

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

Shades of Zest #C46A3E

Tints of Zest #C46A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 53.85%
G = 29.12%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C46A3E (or 0xC46A3E) is known color: Zest. HEX triplet: C4, 6A and 3E. RGB value is (196,106,62). Sum of RGB (Red+Green+Blue) = 196+106+62=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A3E is #3B95C1. Grayscale: #808080. Windows color (decimal): -3904962 or 4090564. OLE color: 4090564.

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

Color convert

RGB 196 106 62 -
CMYK 0 0.46 0.68 0.23
HSL 19.7º 0.53% 0.51% -
HSV(B) 19.7º 0.68% 0.77% -
XYZ 28.79 22.39 7.36 -
YUV 127.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 196 106 62 0 0.46 0.68 0.23 19.7 0.53 0.51
Hex C4 6A 3E 0 2E 44 17 14 35 33
Octal 304 152 76 0 56 104 27 24 65 63
Binary 11000100 1101010 111110 0 101110 1000100 10111 10100 110101 110011

Color Harmonies of #C46A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A3E

Black with #C46A3E

Text Example


Text Example

White with #C46A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A3E; }

 p { color: rgb(196,106,62); }

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

background-color css

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

 a { background-color: rgb(196,106,62); }

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

border-color css

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

 span { border-color: rgb(196,106,62); }

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