Html Css Color HEX #C47440 Zest

📋 copy color: '#C47440'

red 196 ◦ green 116 ◦ blue 64

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

Shades of Zest #C47440

Tints of Zest #C47440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 52.13%
G = 30.85%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47440 (or 0xC47440) is known color: Zest. HEX triplet: C4, 74 and 40. RGB value is (196,116,64). Sum of RGB (Red+Green+Blue) = 196+116+64=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C47440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47440 is #3B8BBF. Grayscale: #868686. Windows color (decimal): -3902400 or 4224196. OLE color: 4224196.

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

Color convert

RGB 196 116 64 -
CMYK 0 0.41 0.67 0.23
HSL 23.64º 0.53% 0.51% -
HSV(B) 23.64º 0.67% 0.77% -
XYZ 29.94 24.6 8.02 -
YUV 133.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 196 116 64 0 0.41 0.67 0.23 23.64 0.53 0.51
Hex C4 74 40 0 29 43 17 18 35 33
Octal 304 164 100 0 51 103 27 30 65 63
Binary 11000100 1110100 1000000 0 101001 1000011 10111 11000 110101 110011

Color Harmonies of #C47440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47440

Black with #C47440

Text Example


Text Example

White with #C47440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47440; }

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

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

background-color css

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

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

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

border-color css

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

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

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