Html Css Color HEX #C47040 Zest

📋 copy color: '#C47040'

red 196 ◦ green 112 ◦ blue 64

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

Shades of Zest #C47040

Tints of Zest #C47040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

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

R = 52.69%
G = 30.11%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47040 (or 0xC47040) is known color: Zest. HEX triplet: C4, 70 and 40. RGB value is (196,112,64). Sum of RGB (Red+Green+Blue) = 196+112+64=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C47040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47040 is #3B8FBF. Grayscale: #838383. Windows color (decimal): -3903424 or 4223172. OLE color: 4223172.

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

Color convert

RGB 196 112 64 -
CMYK 0 0.43 0.67 0.23
HSL 21.82º 0.53% 0.51% -
HSV(B) 21.82º 0.67% 0.77% -
XYZ 29.48 23.69 7.87 -
YUV 131.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 196 112 64 0 0.43 0.67 0.23 21.82 0.53 0.51
Hex C4 70 40 0 2B 43 17 16 35 33
Octal 304 160 100 0 53 103 27 26 65 63
Binary 11000100 1110000 1000000 0 101011 1000011 10111 10110 110101 110011

Color Harmonies of #C47040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47040

Black with #C47040

Text Example


Text Example

White with #C47040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47040; }

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

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

background-color css

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

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

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

border-color css

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

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

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