Html Css Color HEX #C46F3F Zest

📋 copy color: '#C46F3F'

red 196 ◦ green 111 ◦ blue 63

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

Shades of Zest #C46F3F

Tints of Zest #C46F3F

RGB

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

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

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

R = 52.97%
G = 30%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C46F3F (or 0xC46F3F) is known color: Zest. HEX triplet: C4, 6F and 3F. RGB value is (196,111,63). Sum of RGB (Red+Green+Blue) = 196+111+63=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F3F is #3B90C0. Grayscale: #838383. Windows color (decimal): -3903681 or 4157380. OLE color: 4157380.

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

Color convert

RGB 196 111 63 -
CMYK 0 0.43 0.68 0.23
HSL 21.65º 0.53% 0.51% -
HSV(B) 21.65º 0.68% 0.77% -
XYZ 29.35 23.46 7.68 -
YUV 130.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 196 111 63 0 0.43 0.68 0.23 21.65 0.53 0.51
Hex C4 6F 3F 0 2B 44 17 16 35 33
Octal 304 157 77 0 53 104 27 26 65 63
Binary 11000100 1101111 111111 0 101011 1000100 10111 10110 110101 110011

Color Harmonies of #C46F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F3F

Black with #C46F3F

Text Example


Text Example

White with #C46F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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