Html Css Color HEX #C47240 Zest

📋 copy color: '#C47240'

red 196 ◦ green 114 ◦ blue 64

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

Shades of Zest #C47240

Tints of Zest #C47240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 52.41%
G = 30.48%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47240 (or 0xC47240) is known color: Zest. HEX triplet: C4, 72 and 40. RGB value is (196,114,64). Sum of RGB (Red+Green+Blue) = 196+114+64=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C47240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47240 is #3B8DBF. Grayscale: #858585. Windows color (decimal): -3902912 or 4223684. OLE color: 4223684.

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

Color convert

RGB 196 114 64 -
CMYK 0 0.42 0.67 0.23
HSL 22.73º 0.53% 0.51% -
HSV(B) 22.73º 0.67% 0.77% -
XYZ 29.71 24.14 7.94 -
YUV 132.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 196 114 64 0 0.42 0.67 0.23 22.73 0.53 0.51
Hex C4 72 40 0 2A 43 17 17 35 33
Octal 304 162 100 0 52 103 27 27 65 63
Binary 11000100 1110010 1000000 0 101010 1000011 10111 10111 110101 110011

Color Harmonies of #C47240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47240

Black with #C47240

Text Example


Text Example

White with #C47240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47240; }

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

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

background-color css

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

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

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

border-color css

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

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

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