Html Css Color HEX #C47641 Zest

📋 copy color: '#C47641'

red 196 ◦ green 118 ◦ blue 65

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

Shades of Zest #C47641

Tints of Zest #C47641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 51.72%
G = 31.13%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47641 (or 0xC47641) is known color: Zest. HEX triplet: C4, 76 and 41. RGB value is (196,118,65). Sum of RGB (Red+Green+Blue) = 196+118+65=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C47641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47641 is #3B89BE. Grayscale: #878787. Windows color (decimal): -3901887 or 4290244. OLE color: 4290244.

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

Color convert

RGB 196 118 65 -
CMYK 0 0.40 0.67 0.23
HSL 24.27º 0.53% 0.51% -
HSV(B) 24.27º 0.67% 0.77% -
XYZ 30.2 25.07 8.25 -
YUV 135.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 196 118 65 0 0.40 0.67 0.23 24.27 0.53 0.51
Hex C4 76 41 0 28 43 17 18 35 33
Octal 304 166 101 0 50 103 27 30 65 63
Binary 11000100 1110110 1000001 0 101000 1000011 10111 11000 110101 110011

Color Harmonies of #C47641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47641

Black with #C47641

Text Example


Text Example

White with #C47641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47641; }

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

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

background-color css

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

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

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

border-color css

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

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

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