Html Css Color HEX #C47344 Zest

📋 copy color: '#C47344'

red 196 ◦ green 115 ◦ blue 68

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

Shades of Zest #C47344

Tints of Zest #C47344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 51.72%
G = 30.34%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C47344 (or 0xC47344) is known color: Zest. HEX triplet: C4, 73 and 44. RGB value is (196,115,68). Sum of RGB (Red+Green+Blue) = 196+115+68=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C47344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47344 is #3B8CBB. Grayscale: #868686. Windows color (decimal): -3902652 or 4486084. OLE color: 4486084.

HSL color Cylindrical-coordinate representation of color #C47344: hue angle of 22.03º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C47344 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 68 -
CMYK 0 0.41 0.65 0.23
HSL 22.03º 0.52% 0.52% -
HSV(B) 22.03º 0.65% 0.77% -
XYZ 29.94 24.41 8.6 -
YUV 133.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 196 115 68 0 0.41 0.65 0.23 22.03 0.52 0.52
Hex C4 73 44 0 29 41 17 16 34 34
Octal 304 163 104 0 51 101 27 26 64 64
Binary 11000100 1110011 1000100 0 101001 1000001 10111 10110 110100 110100

Color Harmonies of #C47344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47344

Black with #C47344

Text Example


Text Example

White with #C47344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47344; }

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

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

background-color css

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

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

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

border-color css

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

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

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