Html Css Color HEX #C46F40 Zest

📋 copy color: '#C46F40'

red 196 ◦ green 111 ◦ blue 64

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

Shades of Zest #C46F40

Tints of Zest #C46F40

RGB

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

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

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

R = 52.83%
G = 29.92%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46F40 (or 0xC46F40) is known color: Zest. HEX triplet: C4, 6F and 40. RGB value is (196,111,64). Sum of RGB (Red+Green+Blue) = 196+111+64=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F40 is #3B90BF. Grayscale: #838383. Windows color (decimal): -3903680 or 4222916. OLE color: 4222916.

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

Color convert

RGB 196 111 64 -
CMYK 0 0.43 0.67 0.23
HSL 21.36º 0.53% 0.51% -
HSV(B) 21.36º 0.67% 0.77% -
XYZ 29.37 23.47 7.83 -
YUV 131.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 196 111 64 0 0.43 0.67 0.23 21.36 0.53 0.51
Hex C4 6F 40 0 2B 43 17 15 35 33
Octal 304 157 100 0 53 103 27 25 65 63
Binary 11000100 1101111 1000000 0 101011 1000011 10111 10101 110101 110011

Color Harmonies of #C46F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F40

Black with #C46F40

Text Example


Text Example

White with #C46F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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