Html Css Color HEX #C46B3F Zest

📋 copy color: '#C46B3F'

red 196 ◦ green 107 ◦ blue 63

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

Shades of Zest #C46B3F

Tints of Zest #C46B3F

RGB

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

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

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

R = 53.55%
G = 29.23%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C46B3F (or 0xC46B3F) is known color: Zest. HEX triplet: C4, 6B and 3F. RGB value is (196,107,63). Sum of RGB (Red+Green+Blue) = 196+107+63=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B3F is #3B94C0. Grayscale: #808080. Windows color (decimal): -3904705 or 4156356. OLE color: 4156356.

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

Color convert

RGB 196 107 63 -
CMYK 0 0.45 0.68 0.23
HSL 19.85º 0.53% 0.51% -
HSV(B) 19.85º 0.68% 0.77% -
XYZ 28.92 22.61 7.54 -
YUV 128.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 196 107 63 0 0.45 0.68 0.23 19.85 0.53 0.51
Hex C4 6B 3F 0 2D 44 17 14 35 33
Octal 304 153 77 0 55 104 27 24 65 63
Binary 11000100 1101011 111111 0 101101 1000100 10111 10100 110101 110011

Color Harmonies of #C46B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B3F

Black with #C46B3F

Text Example


Text Example

White with #C46B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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