Html Css Color HEX #C46E3F Zest

📋 copy color: '#C46E3F'

red 196 ◦ green 110 ◦ blue 63

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

Shades of Zest #C46E3F

Tints of Zest #C46E3F

RGB

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

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

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

R = 53.12%
G = 29.81%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C46E3F (or 0xC46E3F) is known color: Zest. HEX triplet: C4, 6E and 3F. RGB value is (196,110,63). Sum of RGB (Red+Green+Blue) = 196+110+63=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E3F is #3B91C0. Grayscale: #828282. Windows color (decimal): -3903937 or 4157124. OLE color: 4157124.

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

Color convert

RGB 196 110 63 -
CMYK 0 0.44 0.68 0.23
HSL 21.2º 0.53% 0.51% -
HSV(B) 21.2º 0.68% 0.77% -
XYZ 29.24 23.25 7.65 -
YUV 130.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 196 110 63 0 0.44 0.68 0.23 21.2 0.53 0.51
Hex C4 6E 3F 0 2C 44 17 15 35 33
Octal 304 156 77 0 54 104 27 25 65 63
Binary 11000100 1101110 111111 0 101100 1000100 10111 10101 110101 110011

Color Harmonies of #C46E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E3F

Black with #C46E3F

Text Example


Text Example

White with #C46E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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