Html Css Color HEX #C46E40 Zest

📋 copy color: '#C46E40'

red 196 ◦ green 110 ◦ blue 64

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

Shades of Zest #C46E40

Tints of Zest #C46E40

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

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

R = 52.97%
G = 29.73%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46E40 (or 0xC46E40) is known color: Zest. HEX triplet: C4, 6E and 40. RGB value is (196,110,64). Sum of RGB (Red+Green+Blue) = 196+110+64=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E40 is #3B91BF. Grayscale: #828282. Windows color (decimal): -3903936 or 4222660. OLE color: 4222660.

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

Color convert

RGB 196 110 64 -
CMYK 0 0.44 0.67 0.23
HSL 20.91º 0.53% 0.51% -
HSV(B) 20.91º 0.67% 0.77% -
XYZ 29.27 23.26 7.8 -
YUV 130.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 196 110 64 0 0.44 0.67 0.23 20.91 0.53 0.51
Hex C4 6E 40 0 2C 43 17 15 35 33
Octal 304 156 100 0 54 103 27 25 65 63
Binary 11000100 1101110 1000000 0 101100 1000011 10111 10101 110101 110011

Color Harmonies of #C46E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E40

Black with #C46E40

Text Example


Text Example

White with #C46E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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