Html Css Color HEX #C46F43 Zest

📋 copy color: '#C46F43'

red 196 ◦ green 111 ◦ blue 67

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

Shades of Zest #C46F43

Tints of Zest #C46F43

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 52.41%
G = 29.68%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C46F43 (or 0xC46F43) is known color: Zest. HEX triplet: C4, 6F and 43. RGB value is (196,111,67). Sum of RGB (Red+Green+Blue) = 196+111+67=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F43 is #3B90BC. Grayscale: #838383. Windows color (decimal): -3903677 or 4419524. OLE color: 4419524.

HSL color Cylindrical-coordinate representation of color #C46F43: hue angle of 20.47º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C46F43 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 111 67 -
CMYK 0 0.43 0.66 0.23
HSL 20.47º 0.52% 0.52% -
HSV(B) 20.47º 0.66% 0.77% -
XYZ 29.46 23.51 8.3 -
YUV 131.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 196 111 67 0 0.43 0.66 0.23 20.47 0.52 0.52
Hex C4 6F 43 0 2B 42 17 14 34 34
Octal 304 157 103 0 53 102 27 24 64 64
Binary 11000100 1101111 1000011 0 101011 1000010 10111 10100 110100 110100

Color Harmonies of #C46F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F43

Black with #C46F43

Text Example


Text Example

White with #C46F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F43; }

 p { color: rgb(196,111,67); }

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

background-color css

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

 a { background-color: rgb(196,111,67); }

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

border-color css

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

 span { border-color: rgb(196,111,67); }

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