Html Css Color HEX #C46A3F Zest

📋 copy color: '#C46A3F'

red 196 ◦ green 106 ◦ blue 63

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

Shades of Zest #C46A3F

Tints of Zest #C46A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.26%

R = 53.7%
G = 29.04%
B = 17.26%

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

#C46A3F (or 0xC46A3F) is known color: Zest. HEX triplet: C4, 6A and 3F. RGB value is (196,106,63). Sum of RGB (Red+Green+Blue) = 196+106+63=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A3F is #3B95C0. Grayscale: #808080. Windows color (decimal): -3904961 or 4156100. OLE color: 4156100.

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

Color convert

RGB 196 106 63 -
CMYK 0 0.46 0.68 0.23
HSL 19.4º 0.53% 0.51% -
HSV(B) 19.4º 0.68% 0.77% -
XYZ 28.82 22.4 7.51 -
YUV 128.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 196 106 63 0 0.46 0.68 0.23 19.4 0.53 0.51
Hex C4 6A 3F 0 2E 44 17 13 35 33
Octal 304 152 77 0 56 104 27 23 65 63
Binary 11000100 1101010 111111 0 101110 1000100 10111 10011 110101 110011

Color Harmonies of #C46A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A3F

Black with #C46A3F

Text Example


Text Example

White with #C46A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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