Html Css Color HEX #C47646 Zest

📋 copy color: '#C47646'

red 196 ◦ green 118 ◦ blue 70

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

Shades of Zest #C47646

Tints of Zest #C47646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 51.04%
G = 30.73%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47646 (or 0xC47646) is known color: Zest. HEX triplet: C4, 76 and 46. RGB value is (196,118,70). Sum of RGB (Red+Green+Blue) = 196+118+70=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47646 is #3B89B9. Grayscale: #888888. Windows color (decimal): -3901882 or 4617924. OLE color: 4617924.

HSL color Cylindrical-coordinate representation of color #C47646: hue angle of 22.86º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C47646 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 70 -
CMYK 0 0.40 0.64 0.23
HSL 22.86º 0.52% 0.52% -
HSV(B) 22.86º 0.64% 0.77% -
XYZ 30.35 25.13 9.05 -
YUV 135.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 196 118 70 0 0.40 0.64 0.23 22.86 0.52 0.52
Hex C4 76 46 0 28 40 17 17 34 34
Octal 304 166 106 0 50 100 27 27 64 64
Binary 11000100 1110110 1000110 0 101000 1000000 10111 10111 110100 110100

Color Harmonies of #C47646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47646

Black with #C47646

Text Example


Text Example

White with #C47646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47646; }

 p { color: rgb(196,118,70); }

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

background-color css

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

 a { background-color: rgb(196,118,70); }

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

border-color css

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

 span { border-color: rgb(196,118,70); }

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