Html Css Color HEX #C47640 Zest

📋 copy color: '#C47640'

red 196 ◦ green 118 ◦ blue 64

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

Shades of Zest #C47640

Tints of Zest #C47640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 51.85%
G = 31.22%
B = 16.93%

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

#C47640 (or 0xC47640) is known color: Zest. HEX triplet: C4, 76 and 40. RGB value is (196,118,64). Sum of RGB (Red+Green+Blue) = 196+118+64=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47640 is #3B89BF. Grayscale: #878787. Windows color (decimal): -3901888 or 4224708. OLE color: 4224708.

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

Color convert

RGB 196 118 64 -
CMYK 0 0.40 0.67 0.23
HSL 24.55º 0.53% 0.51% -
HSV(B) 24.55º 0.67% 0.77% -
XYZ 30.17 25.06 8.1 -
YUV 135.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 196 118 64 0 0.40 0.67 0.23 24.55 0.53 0.51
Hex C4 76 40 0 28 43 17 19 35 33
Octal 304 166 100 0 50 103 27 31 65 63
Binary 11000100 1110110 1000000 0 101000 1000011 10111 11001 110101 110011

Color Harmonies of #C47640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47640

Black with #C47640

Text Example


Text Example

White with #C47640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47640; }

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

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

background-color css

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

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

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

border-color css

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

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

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