Html Css Color HEX #C46B40 Zest

📋 copy color: '#C46B40'

red 196 ◦ green 107 ◦ blue 64

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

Shades of Zest #C46B40

Tints of Zest #C46B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 53.41%
G = 29.16%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46B40 (or 0xC46B40) is known color: Zest. HEX triplet: C4, 6B and 40. RGB value is (196,107,64). Sum of RGB (Red+Green+Blue) = 196+107+64=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B40 is #3B94BF. Grayscale: #808080. Windows color (decimal): -3904704 or 4221892. OLE color: 4221892.

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

Color convert

RGB 196 107 64 -
CMYK 0 0.45 0.67 0.23
HSL 19.55º 0.53% 0.51% -
HSV(B) 19.55º 0.67% 0.77% -
XYZ 28.95 22.62 7.69 -
YUV 128.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 196 107 64 0 0.45 0.67 0.23 19.55 0.53 0.51
Hex C4 6B 40 0 2D 43 17 14 35 33
Octal 304 153 100 0 55 103 27 24 65 63
Binary 11000100 1101011 1000000 0 101101 1000011 10111 10100 110101 110011

Color Harmonies of #C46B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B40

Black with #C46B40

Text Example


Text Example

White with #C46B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B40; }

 p { color: rgb(196,107,64); }

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

background-color css

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

 a { background-color: rgb(196,107,64); }

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

border-color css

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

 span { border-color: rgb(196,107,64); }

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