Html Css Color HEX #C47340 Zest

📋 copy color: '#C47340'

red 196 ◦ green 115 ◦ blue 64

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

Shades of Zest #C47340

Tints of Zest #C47340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 52.27%
G = 30.67%
B = 17.07%

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

#C47340 (or 0xC47340) is known color: Zest. HEX triplet: C4, 73 and 40. RGB value is (196,115,64). Sum of RGB (Red+Green+Blue) = 196+115+64=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C47340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47340 is #3B8CBF. Grayscale: #858585. Windows color (decimal): -3902656 or 4223940. OLE color: 4223940.

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

Color convert

RGB 196 115 64 -
CMYK 0 0.41 0.67 0.23
HSL 23.18º 0.53% 0.51% -
HSV(B) 23.18º 0.67% 0.77% -
XYZ 29.82 24.37 7.98 -
YUV 133.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 196 115 64 0 0.41 0.67 0.23 23.18 0.53 0.51
Hex C4 73 40 0 29 43 17 17 35 33
Octal 304 163 100 0 51 103 27 27 65 63
Binary 11000100 1110011 1000000 0 101001 1000011 10111 10111 110101 110011

Color Harmonies of #C47340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47340

Black with #C47340

Text Example


Text Example

White with #C47340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47340; }

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

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

background-color css

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

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

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

border-color css

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

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

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